RentalAccountInvoice
No description
type RentalAccountInvoice {
account: RentalAccount
accountId: UUID
accountingInvoiceConfig: AccountingInvoiceConfig
accountingInvoiceConfigId: UUID
autoSendDate: Date
comment: String
customReference: String
documents: [BaseDocumentFile!]!
dueDate: Date
endDate: Date
id: UUID
insertedAt: DateTime
invoiceItems: [RentalAccountInvoiceItem!]!
invoiceTransactions: [RentalAccountInvoiceTransaction!]!
iotTotalAmount: Int!
isProgrammed: Boolean
lockDate: DateTime
lockPaidDate: DateTime
logicReference: Int
reference: String
remainingAmount: Int!
startDate: Date
state: InvoiceState
term: String
totalAmount: Int!
type: InvoiceType
vatLegalMention: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| account | RentalAccount object | — |
| accountId | UUID scalar | — |
| accountingInvoiceConfig | AccountingInvoiceConfig object | — |
| accountingInvoiceConfigId | UUID scalar | — |
| autoSendDate | Date scalar | — |
| comment | String scalar | — |
| customReference | String scalar | — |
| documents | [BaseDocumentFile!]! non-null object | — |
| dueDate | Date scalar | — |
| endDate | Date scalar | — |
| id | UUID scalar | — |
| insertedAt | DateTime scalar | — |
| invoiceItems | [RentalAccountInvoiceItem!]! non-null object | — |
| invoiceTransactions | [RentalAccountInvoiceTransaction!]! non-null object | — |
| iotTotalAmount | Int! non-null scalar | — |
| isProgrammed | Boolean scalar | — |
| lockDate | DateTime scalar | — |
| lockPaidDate | DateTime scalar | — |
| logicReference | Int scalar | — |
| reference | String scalar | — |
| remainingAmount | Int! non-null scalar | — |
| startDate | Date scalar | — |
| state | InvoiceState enum | — |
| term | String scalar | — |
| totalAmount | Int! non-null scalar | — |
| type | InvoiceType enum | — |
| vatLegalMention | String scalar | getLatestAutoInvoiceDraft getRentalAccountInvoice BalanceOffsetTransaction InvoicesPaginatedResult PaginatedRentalAccountInvoices RentalAccount RentalAccountInfo RentalAccountRefundItem |