TaxSlipRowValue
public struct TaxSlipRowValue : Identifiable
extension TaxSlipRowValue: CustomStringConvertible
A Value on a TaxSlip
-
Box on the tax slip
Declaration
Swift
public let box: String
-
The value of this box
This is converted to the configured currency of the slip, if possible
Declaration
Swift
public let value: MultiCurrencyAmount?
-
The value without currency conversion
Declaration
Swift
public let originalValue: MultiCurrencyAmount?
-
Declaration
Swift
public let id: UUID
-
Value and original value if existent
Declaration
Swift
public var displayValue: String { get }
-
Declaration
Swift
public var description: String { get }