PriceListChargeAttributes

Attributes of the PriceListChargeAttributes type

{
  "id": "456123",
  "priceListId": "456123",
  "name": "",
  "code": "",
  "selfServiceQuantity": true,
  "specificInvoiceLineText": "",
  "pricingModel": "PricingModel",
  "chargeType": "ChargeType",
  "billingPeriod": "BillingPeriod",
  "showPriceAsMonthly": true,
  "accountingCode": "",
  "taxCode": "",
  "quantityMin": 123,
  "quantityMax": 123,
  "roundUpInterval": 123,
  "price": "BigDecimal",
  "priceDecimals": 123,
  "position": 123,
  "featureId": "456123",
  "usageCalculationType": "UsageCalculation",
  "recognitionPeriod": 123,
  "financialAccountId": "456123",
  "isTelecomCharge": true,
  "avalaraAfcTransactionType": "",
  "avalaraAfcServiceType": "",
  "avalaraAfcSaleType": "",
  "hidePeriodsOnInvoice": true,
  "priceListChargeTiers": [
    {
      "starts": 123,
      "price": "BigDecimal"
    }
  ]
}
Name
Type
Description

id

ID

priceListId

ID

name

String

code

String

selfServiceQuantity

Boolean

specificInvoiceLineText

String

pricingModel

chargeType

billingPeriod

showPriceAsMonthly

Boolean

accountingCode

String

taxCode

String

quantityMin

Int

quantityMax

Int

roundUpInterval

Int

price

BigDecimal

priceDecimals

Int

position

Int

featureId

ID

usageCalculationType

recognitionPeriod

Int

financialAccountId

ID

isTelecomCharge

Boolean

avalaraAfcTransactionType

String

avalaraAfcServiceType

String

avalaraAfcSaleType

String

hidePeriodsOnInvoice

Boolean

Controls whether to hide billing periods on invoices

priceListChargeTiers

Last updated

Was this helpful?