Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type Detail struct { ID string InvoiceID string Amount int64 Discount int64 ItemName string ItemQuantity int64 Description string CreatedAt time.Time CreatedBy string UpdatedAt time.Time IsTest bool IsDeleted bool }
Detail for invoice detail
type Invoice ¶
type Invoice struct { ID string Number string OrderID string InvoiceFrom string InvoiceTo string Type int Total int64 DiscountTotal int64 GrandTotal int64 Details []Detail Status Status Description string CreatedBy int64 DueDate time.Time PaidAt time.Time CreatedAt time.Time UpdatedAt time.Time IsTest bool IsDeleted bool }
Invoice struct
Click to show internal directories.
Click to hide internal directories.