Skip to main content

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

NomTypeDescription
canBeDeletedBoolean scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
destinationAccountIdUUID scalar
idUUID! non-null scalarUnique identifier of the entity
invoiceDisplayNameString scalar
isProratedBoolean scalar
labelString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
typeAccountingOperationType enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity
usageAccountingOperationUsage enum
vatMentionString scalar
vatRateInt scalar
vatSpecificVatSpecificType enumaccountingOperations createAccountingOperation createOrUpdateAccountingOperation deleteAccountingOperation updateAccountingOperation RentalAccountRefundItem