priceListChargeDeprecate
Graphql fields and variables for the priceListChargeDeprecate mutation
mutation priceListChargeDeprecate ($id: ID!, $removeOnRenewal: Boolean!) {
priceListChargeDeprecate (id: $id, removeOnRenewal: $removeOnRenewal) {
errors
priceListCharge {
accountingCode
avalaraAfcSaleType
avalaraAfcServiceType
avalaraAfcTransactionType
basePrice
code
createdAt
deprecated
featureAddon
featureId
financialAccountId
hidePeriodsOnInvoice
id
isTelecomCharge
longName
name
position
price
priceDecimals
priceDescription
priceListId
productId
quantityMax
quantityMin
recognitionPeriod
removeOnRenewal
roundUpInterval
selfServiceQuantity
showPriceAsMonthly
specificInvoiceLineText
taxCode
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
