Transaction Matching

  • Representation of currency type for SBExternalAccountTransactions

    See more

    Declaration

    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 time units, returned by API. For Objective-C only. Use TimeUnit with Swift.

    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 TimeDirection with Swift.

    See more
  • Protocol outlining all the properties of an external account transaction

    See more

    Declaration

    Objective-C

    @interface SBExternalAccountTransaction : NSObject <NSCopying>

    Swift

    class SBExternalAccountTransaction : NSObject, NSCopying
  • Details of a single processed receipt

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    @interface SensibillTransactionMatcher : NSObject

    Swift

    class SensibillTransactionMatcher : NSObject

Public utilities