Preinvoice
(OBJECT)
Preinvoice - payment request document - not a final invoice
link GraphQL Schema definition
- type Preinvoice {
- ID! :
- Int! :
- Int! :
- InvoicingCompany! :
- Customer! :
- # Invoice address
- AddressData! :
- DateTime! :
- DateTime :
- Order! :
- # List of payments
- Receipt] : [
- Invoice :
- # Invoice items
- OrderItem]! : [
- # Invoice price elements
- OrderPriceElement]! : [
- # Summary price
- Price! :
- # detailed taxing
- Taxation!] : [
- }