-
The date of a specific entry.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSDate *_Nonnull date;
Swift
var date: Date { get }
-
The balance at the end of the day.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull endOfDayBalance;
Swift
var endOfDayBalance: NSNumber { get }
-
The upcoming income total for that day.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull income;
Swift
var income: NSNumber { get }
-
The upcoming expenses for that day.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSNumber *_Nonnull expenses;
Swift
var expenses: NSNumber { get }