Transaction Matching
-
Representation of currency type for SBExternalAccountTransactions
See moreDeclaration
Objective-C
enum CurrencyCode : NSInteger {}Swift
enum CurrencyCode : Int -
Error codes that can be occur when matching transactions to receipts
See more -
Defines a date period time units, returned by API
See more -
Defines a date period direction, returned by API
See more -
Defines a date period direction, returned by API. For Objective-C only. Use
See moreTimeDirectionwith Swift. -
Protocol outlining all the properties of an external account transaction
See moreDeclaration
Objective-C
@interface SBExternalAccountTransaction : NSObject <NSCopying>Swift
class SBExternalAccountTransaction : NSObject, NSCopying -
Details of a single processed receipt
See moreDeclaration
Objective-C
@interface SBReceipt : NSObject <NSSecureCoding>Swift
class SBReceipt : NSObject, NSSecureCoding -
Declaration
Objective-C
NS_ENUM(NSInteger, SBLReceiptType -
Declaration
Objective-C
NS_ENUM(NSInteger, SBLOriginalFormat -
Declaration
Objective-C
NS_ENUM(NSInteger, SBLReceiptExpenseType -
Protocol outlining the functionality of SensibillTransactionMatcher
See moreDeclaration
Objective-C
@interface SensibillTransactionMatcher : NSObjectSwift
class SensibillTransactionMatcher : NSObject
-
Allows to specify integration-specific receipt properties, including external account transaction id
See more
Transaction Matching Reference