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