RentalAccountRefundItem
No description
type RentalAccountRefundItem {
amount: Int
creditNote: RentalAccountInvoice
creditNoteId: UUID
id: UUID
insertedAt: DateTime
operation: AccountingOperation
operationId: UUID
transaction: RentalAccountTransaction
transactionId: UUID
updatedAt: DateTime
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int scalar | — |
| creditNote | RentalAccountInvoice object | — |
| creditNoteId | UUID scalar | — |
| id | UUID scalar | — |
| insertedAt | DateTime scalar | — |
| operation | AccountingOperation object | — |
| operationId | UUID scalar | — |
| transaction | RentalAccountTransaction object | — |
| transactionId | UUID scalar | — |
| updatedAt | DateTime scalar | RentalAccountRefund |