AccountingOperation
No description
type AccountingOperation {
canBeDeleted: Boolean
createdDate: DateTime!
destinationAccountId: UUID
id: UUID!
invoiceDisplayName: String
isProrated: Boolean
label: String
organizationId: UUID!
type: AccountingOperationType
updatedDate: DateTime!
usage: AccountingOperationUsage
vatMention: String
vatRate: Int
vatSpecific: VatSpecificType
}
Fields
| Nom | Type | Description |
|---|---|---|
| canBeDeleted | Boolean scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| destinationAccountId | UUID scalar | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| invoiceDisplayName | String scalar | — |
| isProrated | Boolean scalar | — |
| label | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| type | AccountingOperationType enum | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| usage | AccountingOperationUsage enum | — |
| vatMention | String scalar | — |
| vatRate | Int scalar | — |
| vatSpecific | VatSpecificType enum | accountingOperations createAccountingOperation createOrUpdateAccountingOperation deleteAccountingOperation updateAccountingOperation RentalAccountRefundItem |