Preparing search index...
The search index is not available
kitsas-library
kitsas-library
InvoiceDto
Interface InvoiceDto
interface
InvoiceDto
{
currency
:
string
;
customer
:
InvoiceCustomerDto
;
delivery
?:
InvoiceDeliveryDto
;
details
?:
InvoiceDetailsDto
;
language
:
string
;
paymentTerms
?:
InvoicePaymentTermsDto
;
rows
:
InvoiceRowDto
[]
;
sentMethod
:
InvoiceSentMethod
;
status
:
SendInvoiceStatus
;
vatType
?:
InvoiceRowVatType
;
}
Index
Properties
currency
customer
delivery?
details?
language
payment
Terms?
rows
sent
Method
status
vat
Type?
Properties
currency
currency
:
string
customer
customer
:
InvoiceCustomerDto
Optional
delivery
delivery
?:
InvoiceDeliveryDto
Optional
details
details
?:
InvoiceDetailsDto
language
language
:
string
Optional
payment
Terms
payment
Terms
?:
InvoicePaymentTermsDto
rows
rows
:
InvoiceRowDto
[]
sent
Method
sent
Method
:
InvoiceSentMethod
status
status
:
SendInvoiceStatus
Optional
vat
Type
vat
Type
?:
InvoiceRowVatType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
customer
delivery
details
language
payment
Terms
rows
sent
Method
status
vat
Type
kitsas-library
Loading...