RentItem
No description
type RentItem {
amount: Int!
id: UUID
operationId: UUID
vatMention: String
vatRate: Int
vatSpecific: VatSpecificType
}
Fields
| Nom | Type | Description |
|---|---|---|
| amount | Int! non-null scalar | — |
| id | UUID scalar | — |
| operationId | UUID scalar | — |
| vatMention | String scalar | — |
| vatRate | Int scalar | — |
| vatSpecific | VatSpecificType enum | RentReferenceV2 |