Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/orders
Invoice
Interface Invoice
Invoice details
interface
Invoice
{
deliveries
?:
{
format
?:
string
;
id
?:
string
;
senderId
?:
string
;
sentAt
?:
string
;
sentTo
?:
string
;
sentVia
?:
string
;
}
[]
;
format
?:
{
pdf
?:
InvoiceFormatDetails
;
web
?:
InvoiceFormatDetails
}
;
id
?:
string
;
number
?:
string
;
}
Index
Properties
deliveries?
format?
id?
number?
Properties
Optional
deliveries
deliveries
?:
{
format
?:
string
;
id
?:
string
;
senderId
?:
string
;
sentAt
?:
string
;
sentTo
?:
string
;
sentVia
?:
string
;
}
[]
Optional
format
format
?:
{
pdf
?:
InvoiceFormatDetails
;
web
?:
InvoiceFormatDetails
}
Optional
id
id
?:
string
Optional
number
number
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deliveries
format
id
number
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...
Invoice details