BRMerchantSource
Objective-C
enum BRMerchantSource : NSUInteger {}
Swift
enum BRMerchantSource : UInt, @unchecked Sendable
Represents a single method of identifying the merchant on the receipt
-
Declaration
Objective-C
BRMerchantSourcePhone = 1
Swift
case phone = 1
-
Declaration
Objective-C
BRMerchantSourceStoreId
Swift
case storeId = 2
-
Declaration
Objective-C
BRMerchantSourceTaxId
Swift
case taxId = 3
-
Declaration
Objective-C
BRMerchantSourceAddress
Swift
case address = 4
-
Text on receipt was matched against a list of known retailers
Declaration
Objective-C
BRMerchantSourceKnownList
Swift
case knownList = 5
-
Text on receipt was matched to a retailer based on external name lookups
Declaration
Objective-C
BRMerchantSourceNameLookup
Swift
case nameLookup = 6
-
Text on receipt was matched to a retailer based on external name lookups
Declaration
Objective-C
BRMerchantSourceLogo
Swift
case logo = 7
-
Text on receipt matched common layout characteristics of merchant’s receipts
Declaration
Objective-C
BRMerchantSourceLayoutAnalysis
Swift
case layoutAnalysis = 8