githubEdit

priceListCharge

Graphql fields and variables for the priceListCharge query

Scope required: product:read

For a complete list of possible response fields see the PriceListCharge type.

query priceListCharge ($id: ID, $code: String, $format: String) {
  priceListCharge (id: $id, code: $code, format: $format) {
    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

id

ID

code

String

format

String

Response

Last updated

Was this helpful?