AccountingOperationInput
No description
input AccountingOperationInput {
destinationAccountId: UUID
id: UUID
invoiceDisplayName: String
isProrated: Boolean
label: String
type: AccountingOperationType
usage: AccountingOperationUsage
vatMention: String!
vatRate: Int!
vatSpecific: VatSpecificType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| destinationAccountId | UUID scalar | — |
| id | UUID scalar | Unique identifier of the entity |
| invoiceDisplayName | String scalar | — |
| isProrated | Boolean scalar | — |
| label | String scalar | — |
| type | AccountingOperationType enum | — |
| usage | AccountingOperationUsage enum | — |
| vatMention | String! non-null scalar | — |
| vatRate | Int! non-null scalar | — |
| vatSpecific | VatSpecificType! non-null enum | createAccountingOperation createOrUpdateAccountingOperation updateAccountingOperation |