DisplayPrices
public struct DisplayPrices : Codable
Represents display prices in Moltin with and without tax, and the tax value
-
The display price including tax
Declaration
Swift
public let withTax: DisplayPrice
-
The display price without tax
Declaration
Swift
public let withoutTax: DisplayPrice
-
The display price for tax
Declaration
Swift
public let tax: DisplayPrice?