ScheduledSubTransaction
public struct ScheduledSubTransaction : Codable, Equatable, Sendable
Scheduled sub transaction
-
Transaction id
Declaration
Swift
public let id: String -
Id of the scheduled transaction this sub transaction belongs to
Declaration
Swift
public let scheduledTransactionId: String -
Transaction amount
Declaration
Swift
public let amount: Int -
Transaction memo
Declaration
Swift
public let memo: String? -
Payee id
Declaration
Swift
public let payeeId: String? -
Category id
Declaration
Swift
public let categoryId: String? -
Transfer account id
Declaration
Swift
public let transferAccountId: String? -
Whether or not the account is deleted
Declaration
Swift
public let deleted: Bool
View on GitHub