Preinvoice
(OBJECT)
link GraphQL Schema definition
- type Preinvoice {
- ID! :
- Int! :
- Int! :
- InvoicingCompany! :
- Customer :
- # Invoice address
- AddressData :
- DateTime! :
- DateTime :
- Order :
- Invoice :
- # Invoice items
- OrderItem]! : [
- # Invoice price elements
- OrderPriceElement]! : [
- # Summary price
- Price! :
- # detailed taxing
- Taxation] : [
- }