Please turn on JavaScript in your browser and refresh the page to view its content.
Technology
On This Page
class Invoice
init(from: Decoder) throws
var companyName: String?
var discount: Decimal
var gross: Decimal
var invoiceReference: String
var items: [InvoiceItem]
var net: Decimal
var purchaseOrderReference: String?
var tax: Decimal
var tip: Decimal
Swift.Decodable
Swift.Encodable