RentalAccountInvoiceInput
No description
input RentalAccountInvoiceInput {
accountingInvoiceConfigId: UUID
comment: String
dueDate: Date
endDate: Date
invoiceItems: [RentalAccountInvoiceItemInput!]!
startDate: Date
term: String!
type: InvoiceType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| accountingInvoiceConfigId | UUID scalar | — |
| comment | String scalar | — |
| dueDate | Date scalar | — |
| endDate | Date scalar | — |
| invoiceItems | [RentalAccountInvoiceItemInput!]! non-null input | — |
| startDate | Date scalar | — |
| term | String! non-null scalar | — |
| type | InvoiceType! non-null enum | createRentalAccountInvoice updateRentalAccountInvoice |