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