TaxSlipRow
public struct TaxSlipRow : Identifiable
extension TaxSlipRow: CustomStringConvertible
One Row of a TaxSlip
-
If the slip is split by symbol (e.g. Stock), the symbol
Declaration
Swift
public let symbol: String?
-
If the slip is split by symbol (e.g. Stock), the name of it
Declaration
Swift
public let name: String?
-
Values in the row
Declaration
Swift
public let values: [TaxSlipRowValue]
-
Declaration
Swift
public let id: UUID
-
Symbol and name for the row if existent
Declaration
Swift
public var displayName: String? { get }
-
Declaration
Swift
public var description: String { get }