RentalAccountStatementMovement
No description
type RentalAccountStatementMovement {
amount: Int
autoSendDate: Date
balance: Int
date: Date
id: UUID
insertedAt: DateTime
isAutomatic: Boolean
reference: String
state: String
title: String
type: MovementType
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int scalar | — |
| autoSendDate | Date scalar | — |
| balance | Int scalar | — |
| date | Date scalar | — |
| id | UUID scalar | — |
| insertedAt | DateTime scalar | — |
| isAutomatic | Boolean scalar | — |
| reference | String scalar | — |
| state | String scalar | — |
| title | String scalar | — |
| type | MovementType enum | PaginatedRentalAccountStatement |