Home
last modified time | relevance | path

Searched defs:SalesCreditMemo (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelSales.go8 type SalesCreditMemo struct { struct
10 Entity
12 Number *string `json:"number,omitempty"`
18 DueDate *Date `json:"dueDate,omitempty"`
20 CustomerID *UUID `json:"customerId,omitempty"`
26 BillToName *string `json:"billToName,omitempty"`
36 CurrencyID *UUID `json:"currencyId,omitempty"`
56 Status *string `json:"status,omitempty"`
60 InvoiceID *UUID `json:"invoiceId,omitempty"`
66 Email *string `json:"email,omitempty"`
[all …]