RentalAccount
No description
type RentalAccount {
allocationsAccountTotal: Int
balance: Int
balanceOffset: Int
balanceOffsetAdjustment: Int
balanceOffsetState: BalanceOffsetState
balanceOffsetTransactions: [BalanceOffsetTransaction]
balanceProofComment: String
balanceProofFolder: Folder
balances: RaBalances
computedRent: ReadOnlyRentalAccountUnitComputedRent!
computedRentWithoutVat: ReadOnlyRentalAccountUnitComputedRent!
exceptionalRentalAccountRentItems: [ExceptionalRentalAccountRentItem!]!
hasAutomationV2Config: Boolean
id: UUID
invoices: [RentalAccountInvoice!]!
isAutomationV2Active: Boolean
procurementOrderEnabled: Boolean!
procurementOrderNumber: String
procurementOrderService: String
procurementOrderType: ProcurementOrderTypes
remainingBalanceOffset: Int
rentRevision: RentRevision
rentRevisionId: UUID
rentalAccountRentItems: [RentalAccountRentItem!]!
rentalFolder: RentalFolder
rentalFolderId: UUID
revisionHistory: [RevisionHistory!]!
transactions: [RentalAccountTransaction!]!
vatTerm: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| allocationsAccountTotal | Int scalar | — |
| balance | Int scalar | — |
| balanceOffset | Int scalar | — |
| balanceOffsetAdjustment | Int scalar | — |
| balanceOffsetState | BalanceOffsetState enum | — |
| balanceOffsetTransactions | [BalanceOffsetTransaction] list object | — |
| balanceProofComment | String scalar | — |
| balanceProofFolder | Folder object | — |
| balances | RaBalances object | — |
| computedRent | ReadOnlyRentalAccountUnitComputedRent! non-null object | — |
| computedRentWithoutVat | ReadOnlyRentalAccountUnitComputedRent! non-null object | — |
| exceptionalRentalAccountRentItems | [ExceptionalRentalAccountRentItem!]! non-null object | — |
| hasAutomationV2Config | Boolean scalar | — |
| id | UUID scalar | — |
| invoices | [RentalAccountInvoice!]! non-null object | — |
| isAutomationV2Active | Boolean scalar | — |
| procurementOrderEnabled | Boolean! non-null scalar | — |
| procurementOrderNumber | String scalar | — |
| procurementOrderService | String scalar | — |
| procurementOrderType | ProcurementOrderTypes enum | — |
| remainingBalanceOffset | Int scalar | — |
| rentRevision | RentRevision object | — |
| rentRevisionId | UUID scalar | — |
| rentalAccountRentItems | [RentalAccountRentItem!]! non-null object | — |
| rentalFolder | RentalFolder object | — |
| rentalFolderId | UUID scalar | — |
| revisionHistory | [RevisionHistory!]! non-null object | — |
| transactions | [RentalAccountTransaction!]! non-null object | — |
| vatTerm | String scalar | adjustBalanceOffset closeBalanceOffset createRentalAccount createRentalAccountInvoice createTransaction deleteInvoice deleteRentalAccountInvoice deleteTransaction freezeRentalAccountInvoice lockPaidInvoice rentalAccount setBalanceOffset updateInvoiceTransactions updateRentalAccountInvoice RentalAccountInvoice RentalAccountRefund RentalFolder |