TransactionPosting
public class TransactionPosting : Posting
A TransactionPosting is part of an Transaction. It contains an AccountName with the corresponding Amount,
as well as the price (if applicable) and a link back to the Transaction.
-
unowned* link back to the
TransactionDeclaration
Swift
public unowned let transaction: Transaction
View on GitHub
Install in Dash
TransactionPosting Class Reference