From 908fb4b2b0fd1c31aa8c1cc87f56d490b42aca7a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 9 Jul 2024 06:10:43 +0530 Subject: added invoice note --- invoice/invoice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'invoice/invoice.go') diff --git a/invoice/invoice.go b/invoice/invoice.go index 8d808a3..4b93ee4 100644 --- a/invoice/invoice.go +++ b/invoice/invoice.go @@ -62,6 +62,7 @@ type Invoice struct { BillingAddress InvoiceBillingAddress ShippingAddress InvoiceShippingAddress IsDraft bool + Note string Items []InvoiceItem // issuer and customer details are stored here @@ -81,6 +82,5 @@ type Invoice struct { CustomerWebsite string // Transporter Transporter - // DueDate string // TransactionID string } -- cgit v1.2.3