RentalAccountInvoiceTransaction
No description
type RentalAccountInvoiceTransaction {
amount: Int
creditNoteId: UUID
id: UUID
invoiceId: UUID
state: InvoiceTransactionState
transactionId: UUID
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int scalar | — |
| creditNoteId | UUID scalar | — |
| id | UUID scalar | — |
| invoiceId | UUID scalar | — |
| state | InvoiceTransactionState enum | — |
| transactionId | UUID scalar | RentalAccountInvoice |