SBSDKPayFormTokenType
enum SBSDKPayFormTokenType : NSInteger {}
An enumeration describing the types of tokens the SBSDKPayFormScanner can detect and recognize.
-
The name of the payments receiver.
Declaration
Objective-C
SBSDKPayFormTokenTypeReceiver
Swift
case receiver = 0
-
The IBAN of the payments receiver.
Declaration
Objective-C
SBSDKPayFormTokenTypeIBAN
Swift
case IBAN = 1
-
The BIC of the payments receiver.
Declaration
Objective-C
SBSDKPayFormTokenTypeBIC
Swift
case BIC = 2
-
The bank name of the payments receiver.
Declaration
Objective-C
SBSDKPayFormTokenTypeBankName
Swift
case bankName = 3
-
The amount of money being transferred.
Declaration
Objective-C
SBSDKPayFormTokenTypeAmount
Swift
case amount = 4
-
The reference number or text.
Declaration
Objective-C
SBSDKPayFormTokenTypeReferenceNumber
Swift
case referenceNumber = 5
-
Second line for reference number
Declaration
Objective-C
SBSDKPayFormTokenTypeReferenceNumber2
Swift
case referenceNumber2 = 6
-
The name of the payment sender
Declaration
Objective-C
SBSDKPayFormTokenTypeSender
Swift
case sender = 7
-
The IBAN of the payment sender
Declaration
Objective-C
SBSDKPayFormTokenTypeSenderIBAN
Swift
case senderIBAN = 8
-
Undefined type type
Declaration
Objective-C
SBSDKPayFormTokenTypeUnknown
Swift
case unknown = 9