---
title: "List debit memo items"
method: GET
path: "/object-query/debit-memo-items"
tags: ["Object Queries"]
---

# List debit memo items

`GET /object-query/debit-memo-items`

Lists debit memo items. You can use the query parameters to filter, expand, and sort the returned results.

## Query parameters

- `pageSize` integer
- `cursor` string
- `sort[]` string[]
- `expand[]` string[]
- `filter[]` string[]
- `fields[]` string[]
- `includeNullFields` boolean

## Headers

- `Idempotency-Key` string
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- object
  - `nextPage` string, nullable — A string that can be used as the `cursor` value to retrieve the next page of the response if it exists; otherwise absent.
  - `data` ExpandedDebitMemoItem[]
    - `id` string — The unique identifier of the debit memo item.
    - `createdById` string — The unique identifier of the user who created the debit memo item.
    - `createdDate` string, date-time — The date and time when the debit memo item was created.
    - `updatedById` string — The unique identifier of the user who last updated the debit memo item.
    - `updatedDate` string, date-time — The date and time when the debit memo item was last updated.
    - `amount` number, double — The amount of the debit memo item. For tax-inclusive debit memo items, the amount indicates the debit memo item amount including tax. For tax-exclusive debit memo items, the amount indicates the debit memo item amount excluding tax.
    - `amountWithoutTax` number, double — The debit memo item amount excluding tax.
    - `appliedToItemId` string — The parent debit memo item that this debit memo items is applied to if this item is discount.
    - `appliedToOthersAmount` number
    - `beAppliedByOthersAmount` number
    - `chargeDate` string, date-time — The date when the debit memo item is charged, in `yyyy-mm-dd hh:mm:ss` format.
    - `creditMemoItemId` string
    - `excludeItemBillingFromRevenueAccounting` boolean — The flag to exclude the debit memo item from revenue accounting. **Note**: This field is only available if you have the Billing - Revenue Integration feature enabled.
    - `description` string — The description of the debit memo item.
    - `itemShipToContactId` string — The ID of the ship-to contact associated with the debit memo item. **Note**: If you have the Flexible Billing Attributes feature disabled, the value of this field is `null`.
    - `itemSoldToContactId` string — The ID of the sold-to contact associated with the debit memo item. **Note**: If you have the Flexible Billing Attributes feature disabled, the value of this field is `null`.
    - `itemSoldToContactSnapshotId` string — The ID of the sold-to contact snapshot associated with the debit memo item. **Note**: If you have the Flexible Billing Attributes feature disabled, the value of this field is `null`.
    - `processingType` '0' | '1' — The type of the charge for the debit memo item. - `0`: charge - `1`: discount
    - `quantity` number, double — The number of units for the debit memo item.
    - `reflectDiscountInNetAmount` boolean — When you apply percentage discounts to either of the following charges, you need to set the `reflectDiscountInNetAmount` field on your discount charge to `true`, to enable calculating and displaying the net amount of the following charges in Zuora Revenue. * delivery pricing charge * prepayment charge * drawdown charge Note the following: * If you are an <a href="https://docs.zuora.com/en/zuora-billing/set-up-zuora-billing/enable-order-to-revenue/overview-of-order-to-revenue" target="_blank">Order to Revenue</a> customer, when you set the `reflectDiscountInNetAmount` field to `true`, you must also set the `excludeItemBillingFromRevenueAccounting` field to `true`. * If you are a <a href="https://docs.zuora.com?resourceId=revenue-billing-integration" target="_blank">Billing - Revenue Integration</a> customer, you must set the `reflectDiscountInNetAmount` field to `false`, otherwise an error will be returned. Billing - Revenue Integration does not support discounts on the preceding charges. * If you are a Zuora Billing customer who does not enable the Order to Revenue or Billing - Revenue Integration feature, when you apply percentage discounts to the preceding charges, you also need to set the `reflectDiscountInNetAmount` field to `true`.
    - `serviceEndDate` string, date — The end date of the service period associated with this debit memo item. Service ends one second before the date specified in this field.
    - `serviceStartDate` string, date — The start date of the service period associated with this debit memo item. If the associated charge is a one-time fee, this date is the date of that charge.
    - `sku` string — The SKU for the product associated with the debit memo item.
    - `sourceItemType` 'CreditMemoItem' | 'SubscriptionComponent' | 'InvoiceDetail' | 'ProductRatePlanCharge' — The type of the source item.
    - `chargeName` string — The name of the charge associated with the debit memo item.
    - `chargeNumber` string — The number of the charge associated with the debit memo item.
    - `taxAmount` number, double — The amount of tax on this debit memo.
    - `taxCodeName` string — Name of the tax code identifies which tax rules and tax rates to apply to a specific debit memo item.
    - `taxExemptAmount` number, double — The calculated tax amount excluded due to the exemption.
    - `taxMode` 'TaxExclusive' | 'TaxInclusive' — The tax mode of the debit memo item, indicating whether the amount of the debit memo item includes tax.
    - `unitOfMeasure` string — The units to measure usage.
    - `unitPrice` number, double — The per-unit price of the debit memo item.
    - `subscriptionId` string — The ID of the subscription associated with the debit memo item.
    - `subscriptionNumber` string — The number of the subscription associated with the debit memo item.
    - `invoiceItemId` string — The ID of the invoice item associated with the debit memo item.
    - `productRatePlanChargeId` string — The ID of the product rate plan charge based on which the debit memo item is created.
    - `ratePlanChargeId` string — The ID of the rate plan charge associated with the debit memo item.
    - `debitMemoId` string — The ID of the debit memo to which this debit memo item belongs.
    - `balance` number, double — The balance of the debit memo item.
    - `recognizedRevenueAccountingCodeId` string — The Recognized Revenue accounting code for the debit memo item.
    - `accountReceivableAccountingCodeId` string — The Account Receivable accounting code for the debit memo item.
    - `deferredRevenueAccountingCodeId` string — The Deferred Revenue accounting code for the debit memo item.
    - `journalEntryId` string — The ID of the journal entry that corresponds to this debit memo item.
    - `shipToContactSnapshotId` string — The ID of the ship-to contact snapshot associated with the debit memo.
    - `soldToContactSnapshotId` string — The ID of the sold-to contact snapshot associated with the debit memo.
    - `billToContactSnapshotId` string — The ID of the bill-to contact snapshot associated with the debit memo.
    - `subscription` NestedSubscriptionOnExpand
      - `id` string — The unique identifier of the subscription.
      - `createdById` string — The unique identifier of the user who created the subscription.
      - `createdDate` string, date-time — The date and time when the subscription was created in the Zuora system, in the `yyyy-mm-dd hh:mm:ss` format.
      - `updatedById` string — The unique identifier of the user who last updated the subscription.
      - `updatedDate` string, date-time — The date and time when the subscription was last updated, in the `yyyy-mm-dd hh:mm:ss` format.
      - `accountId` string — The ID of the account associated with this subscription.
      - `autoRenew` boolean — If `true`, the subscription automatically renews at the end of the term.
      - `cancelledDate` string, date — The date on which the subscription was canceled.
      - `contractAcceptanceDate` string, date — The date when the customer accepts the contract, in the `yyyy-mm-dd` format. If this field is not set: - If the `serviceActivationDate` field is not set, the value of this field is set to be the contract effective date. - If the `serviceActivationDate` field is set, the value of this field is set to be the service activation date. The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate
      - `contractEffectiveDate` string, date — The date when the subscription is activated, in the `yyyy-mm-dd` format. You must specify a Service Activation date if the Customer Acceptance date is set. If the Customer Acceptance date is not set, the value of the `serviceActivationDate` field defaults to be the Contract Effective Date. The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate
      - `creatorAccountId` string — The ID of the account that created the subscription. This field is automatically populated with the ID of the account that creates the subscription.
      - `creatorInvoiceOwnerId` string — The account ID that owns the invoices associated with the subscription or the amended subscription.
      - `currentTerm` integer — The length of the period for the current subscription term.
      - `currentTermPeriodType` 'Month' | 'Year' | 'Day' | 'Week' — The period type for the current subscription term.
      - `initialTerm` integer — The length of the period for the initial subscription term.
      - `initialTermPeriodType` 'Month' | 'Year' | 'Day' | 'Week' — The period type for the first subscription term.
      - `invoiceOwnerId` string — The account ID that owns the invoices associated with the subscription.
      - `isInvoiceSeparate` boolean — Determines if the subscription is invoiced separately. If `true`, then all charges for this subscription are collected into the subscription's own invoice.
      - `name` string — The name of the subscription.
      - `notes` string — Additional information about the subscription.
      - `originalCreatedDate` string — The date when the subscription was originally created. This value is the same as the `createdDate` value until the subscription is amended.
      - `originalId` string — The original rate plan charge ID. Only available for update subscription.
      - `previousSubscriptionId` string — The ID of the previous subscription. This field is only available if the subscription is a renewal subscription.
      - `renewalSetting` 'RENEW_WITH_SPECIFIC_TERM' | 'RENEW_TO_EVERGREEN' — Specifies whether a termed subscription will remain `TERMED` or change to `EVERGREEN` when it is renewed.
      - `renewalTerm` integer — The length of the period for the subscription renewal term.
      - `renewalTermPeriodType` 'Month' | 'Year' | 'Day' | 'Week' — The period type for the subscription renewal term.
      - `revision` string — An auto-generated decimal value uniquely tagged with a subscription. The value always contains one decimal place, for example, the revision of a new subscription is 1.0. If a further version of the subscription is created, the revision value will be increased by 1. Also, the revision value is always incremental regardless of deletion of subscription versions.
      - `serviceActivationDate` string, date — The date on which the services or products within a subscription have been activated and access has been provided to the customer, in the `yyyy-mm-dd` format.
      - `status` 'Draft' | 'Pending Activation' | 'Pending Acceptance' | 'Active' | 'Cancelled' | 'Suspended' — Subscription status.
      - `isLatestVersion` boolean — If `true`, the current subscription object is the latest version.
      - `subscriptionEndDate` string, date — The date when the subscription term ends, where the subscription ends at midnight the day before. For example, if the `subscriptionEndDate` is 12/31/2016, the subscriptions ends at midnight (00:00:00 hours) on 12/30/2016. This date is the same as the term end date or the cancelation date, as appropriate.
      - `subscriptionStartDate` string, date — Date the subscription becomes effective.
      - `subscriptionVersionAmendmentId` string — The ID of the amendment made to this subscription version.
      - `termEndDate` string, date — Date the subscription term ends. If the subscription is evergreen, this is null or is the cancellation date (if one has been set).
      - `termStartDate` string, date — Date the subscription term begins. If this is a renewal subscription, this date is different from the subscription start date.
      - `termType` 'TERMED' | 'EVERGREEN' — The type of the subscription term.
      - `version` integer — This is the subscription version automatically generated by Zuora Billing. Each order or amendment creates a new version of the subscription, which incorporates the changes made in the order or amendment.
      - `cMRR` number — Monthly recurring revenue of the subscription.
      - `billToContactSnapshotId` string — The ID of the bill-to contact snapshot.
      - `billToContactId` string — The ID of the bill-to contact for the subscription.
      - `invoiceTemplateId` string — The ID of the invoice template associated with the subscription. **Note**: - If you have the <a href="https://docs.zuora.com?resourceId=billing-attributes-for-flexible-billing" target="_blank">Flexible Billing Attributes</a> feature disabled, this field is unavailable in the request body and the value of this field is `null` in the response body. - If you have the Flexible Billing Attributes feature enabled, and you do not specify this field in the request or you select **Default Template from Account** for this field during subscription creation, the value of this field is automatically set to `null` in the response body.
      - `sequenceSetId` string, nullable — The ID of the sequence set associated with the subscription. **Note**: - If you have the <a href="https://docs.zuora.com?resourceId=billing-attributes-for-flexible-billing" target="_blank">Flexible Billing Attributes</a> feature disabled, this field is unavailable in the request body and the value of this field is `null` in the response body. - If you have the Flexible Billing Attributes feature enabled, and you do not specify this field in the request or you select **Default Set from Account** for this field during subscription creation, the value of this field is automatically set to `null` in the response body.
      - `shipToContactId` string — The ID of the ship-to contact for the subscription.
      - `shipToContactSnapshotId` string — The ID of the ship-to contact snapshot.
      - `soldToContactId` string — The ID of the sold-to contact for the subscription.
      - `soldToContactSnapshotId` string — The ID of the sold-to contact snapshot.
      - `externallyManagedBy` 'Amazon' | 'Apple' | 'Google' | 'Roku' — An enum field on the Subscription object to indicate the name of a third-party store. This field is used to represent subscriptions created through third-party stores.
      - `lastBookingDate` string, date — The last booking date of the subscription object. This field is writable only when the subscription is newly created as a first version subscription. You can override the date value when creating a subscription through the Subscribe and Amend API or the subscription creation UI (non-Orders). Otherwise, the default value `today` is set per the user's timezone. The value of this field is as follows: * For a new subscription created by the [Subscribe and Amend APIs](https://docs.zuora.com?resourceId=billing-apis-subscribe-and-amend), this field has the value of the subscription creation date. * For a subscription changed by an amendment, this field has the value of the amendment booking date. * For a subscription created or changed by an order, this field has the value of the order date.
      - `invoiceScheduleId` string — The ID of the invoice schedule associated with the subscription. If multiple invoice schedules are created for different terms of a subscription, this field stores the latest invoice schedule. **Note**: This field is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-billing-schedule-overview" target="_blank">Billing Schedule</a> feature enabled.
      - `cancelReason` string — The reason for a subscription cancellation copied from the `changeReason` field of a Cancel Subscription order action. This field contains valid value only if a subscription is cancelled through the Orders UI or API. Otherwise, the value for this field will always be `null`.
      - `prepayment` boolean — Whether the subscription is prepaid.
      - `currency` string — The currency of the subscription. **Note**: This field is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-multiple-currencies-overview" target="_blank">Multiple Currencies</a> feature enabled.
      - `orderId` string — The ID of the order associated with the subscription. **Note**: This field is available only for orders that exist after the end of June 2023.
      - `rampId` string — The ID of the ramp object associated with the subscription. **Note**: This field is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-overview-ramp-and-ramp-metrics" target="_blank">Ramp</a> feature enabled.
      - `paymentTerm` string — Name of the payment term associated with the account. For example, "Net 30". The payment term determines the due dates of invoices.
      - `quoteNumber__QT` string — The unique identifier of the Quote. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes.
      - `quoteType__QT` string — The Quote type that represents the subscription lifecycle stage such as New, Amendment, Renew or Cancel. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes.
      - `quoteBusinessType__QT` string — The specific identifier for the type of business transaction the Quote represents such as New, Upsell, Downsell, Renewal or Churn. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes.
      - `opportunityName__QT` string — The unique identifier of the Opportunity. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes.
      - `opportunityCloseDate__QT` string, date
      - `cpqBundleJsonId__QT` string — The Bundle product structures from Zuora Quotes if you utilize Bundling in Salesforce. Do not change the value in this field.
      - `account` object — The subscription owner account associated with the subscription.
      - `invoiceOwner` object — The invoice owner account associated with the subscription.
      - `billToContact` object — The bill-to contact who pays the billing documents for this subscription.
      - `invoiceItems` object[] — The invoice items associated with the subscription.
      - `ratePlans` object[] — The rate plans associated with the subscription.
    - `ratePlanCharge` NestedRatePlanChargeOnExpand
      - `id` string — The unique identifier of the rate plan charge.
      - `createdById` string — The unique identifier of the user who created the rate plan charge.
      - `createdDate` string, date-time — The date and time when the rate plan charge was created.
      - `updatedById` string — The unique identifier of the user who last updated the rate plan charge.
      - `updatedDate` string, date-time — The date and time when the rate plan charge was last updated.
      - `ratePlanId` string — The unique identifier of the rate plan to which this rate plan charge belongs.
      - `productRatePlanChargeId` string — The unique identifier of the product rate plan charge associated with this product rate plan charge.
      - `accountingCode` string — The accounting code for the charge. Accounting codes group transactions that contain similar accounting attributes. **Values**: inherited from `ProductRatePlanCharge.AccountingCode` **Note**: This value changes if `ProductRatePlanCharge.AccountingCode` is updated. The values of `UpdatedById` and `UpdatedDate` for the `RatePlanCharge` do not change when `ProductRatePlanCharge.AccountingCode` is updated.
      - `applyDiscountTo` string — Specifies the type of charges a specific discount applies to. **Values**: inherited from `ProductRatePlanCharge.ApplyDiscountTo`
      - `billCycleDay` integer — Indicates the charge's billing cycle day (BCD), which is when bill runs generate invoices for charges associated with the product rate plan charge or the account. **Values**: inherited from `ProductRatePlanCharge.BillCycleDay`
      - `billCycleType` string — Specifies how to determine the billing day for the charge.\n\ **Values**: inherited from `ProductRatePlanCharge.BillCycleType` **Note:** You can override the value inherited from the Product Rate Plan Charge, but only when creating a new subscription or a New Product amendment.
      - `billingPeriod` string — Allows billing period to be overridden on rate plan charge. **Values**: **inherited from `ProductRatePlanCharge.BillingPeriod` **Note:** You can override the value inherited from the Product Rate Plan Charge, but only when creating a new subscription or a New Product amendment.
      - `billingPeriodAlignment` string — Aligns charges within the same subscription if multiple charges begin on different dates. **Values**: inherited from `ProductRatePlanCharge.BillingPeriodAlignment`
      - `billingTiming` 'In Advance' | 'In Arrears' — The billing timing for the charge. You can choose to bill in advance or in arrears for recurring charge types. This field is not used in one-time or usage based charge types. **Note:** You can override the value inherited from the Product Rate Plan Charge when a subscription has a recurring charge type.
      - `chargedThroughDate` string, date — The date through which a customer has been billed for the charge.
      - `chargeModel` string — Determines how to evaluate charges. Charge models must be individually activated in the web-based UI. **Values**: inherited from `ProductRatePlanCharge.ChargeModel`
      - `chargeNumber` string — A unique number that identifies the charge. This number is returned as a string. **Values**: one of the following: - automatically generated if left `null` - a unique number of 50 characters or fewer
      - `chargeType` string — Specifies the type of charge. **Values**: inherited from `ProductRatePlanCharge.ChargeType`
      - `description` string — A description of the rate plan charge.
      - `discountLevel` 'rateplan' | 'subscription' | 'account' — Application scope of the discount charge. For example, if the value of this field is `subscription` and the value of the `applyDiscountTo` field is `RECURRING`, the discount charge applies to all recurring charges in the same subscription as the discount charge.
      - `dMRC` number — A delta monthly recurring charge is the change in monthly recurring revenue caused by an amendment or a new subscription. **Values**: automatically generated
      - `drawdownRate` number — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. The [conversion rate](https://docs.zuora.com?resourceId=billing-create-drawdown-charge) between Usage UOM and Drawdown UOM for a [drawdown charge](https://docs.zuora.com?resourceId=billing-create-drawdown-charge). Must be a positive number (>0).
      - `dTCV` number — After an Amendment, the change in the total contract value (TCV) amount for this charge, compared with its previous value. **Values**: automatically generated
      - `effectiveEndDate` string, date — Start date when the rate plan charge becomes active, as `yyyy-mm-dd`.
      - `effectiveStartDate` string, date — Final date the rate plan is active, as `yyyy-mm-dd`.
      - `endDateCondition` 'SubscriptionEnd' | 'FixedPeriod' | 'SpecificEndDate' | 'OneTime' — Condition for the charge to become inactive. - If the value of this field is `FixedPeriod`, the charge is active for a predefined duration based on the value of the `upToPeriodsType` and `upToPeriods` fields. - If the value of this field is `SpecificEndDate`, use the `specificEndDate` field to specify the date when the charge becomes inactive.
      - `excludeItemBillingFromRevenueAccounting` boolean — The flag to exclude rate plan charge related invoice items, invoice item adjustments, credit memo items, and debit memo items from revenue accounting. If both the following features are enabled in your tenant, you must ensure the `excludeItemBillingFromRevenueAccounting` field is set consistently for a prepayment charge and the corresponding drawdown charge. In addition, if the `excludeItemBookingFromRevenueAccounting` field in an Create Subscription or Add Product order action is set to `false`, you must also set the `excludeItemBillingFromRevenueAccounting` field in this order action to `false`. * Prepaid with Drawdown * Unbilled Usage **Note**: This field is only available if you have the <a href="https://docs.zuora.com?resourceId=billing-order-to-revenue" target="_blank">Order to Revenue</a> or [Zuora Billing - Revenue Integration](https://docs.zuora.com?resourceId=revenue-billing-integration) feature enabled.
      - `excludeItemBookingFromRevenueAccounting` boolean — The flag to exclude rate plan charges from revenue accounting. If both the following features are enabled in your tenant, you must ensure the `excludeItemBookingFromRevenueAccounting` field is set consistently for a prepayment charge and the corresponding drawdown charge. * Prepaid with Drawdown * Unbilled Usage **Note**: This field is only available if you have the <a href="https://docs.zuora.com?resourceId=billing-order-to-revenue" target="_blank">Order to Revenue</a> or [Zuora Billing - Revenue Integration](https://docs.zuora.com?resourceId=revenue-billing-integration) feature enabled.
      - `invoiceScheduleId` string — The unique identifier of the invoice schedule associated with the subscription.
      - `isLastSegment` boolean — Indicates if the segment of the rate plan charge is the most recent segment. **Values**: automatically generated.
      - `isPrepaid` boolean — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. Indicates whether this charge is a prepayment (topup) charge or a drawdown charge.
      - `isRollover` boolean — **Note**: This field is only available if you have the <a href="https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview" target="_blank">Prepaid with Drawdown</a> feature enabled. It determines whether the rollover fields are needed.
      - `rolloverPeriods` integer — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. This field defines the number of rollover periods, it is restricted to 3.
      - `rolloverPeriodLength` integer, nullable — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. Use this field when you want to set the rollover fund's period length shorter than the prepayment charge's validity period. In this case, you must set the `rolloverPeriods` field to 1. For example, you can define the rollover fund's period length as 5 months, shorter than the prepayment charge's validity period: a year.
      - `rolloverApply` 'ApplyFirst' | 'ApplyLast' — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. This field defines the priority of rollover, which is either first or last.
      - `isProcessed` boolean — Indicates whether the rate plan charge has been processed.
      - `listPriceBase` 'Per Billing Period' | 'Per Month' | 'Per Week' | 'Per Year' | 'Per Specific Months' — The list price base for the product rate plan charge.
      - `specificListPriceBase` integer, nullable — The number of months for the list price base of the charge. This field is required if you set the value of the `ListPriceBase` field to `Per Specific Months`. **Notes**: - This field is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-annual-list-price" target="_blank">Annual List Price</a> feature enabled. - The value of this field is `null` if you do not set the value of the `ListPriceBase` field to `Per Specific Months`.
      - `priceUpsellQuantityStacked` boolean
      - `commitmentType` 'UNIT' | 'CURRENCY' — **Note**: This field is only available if you have the <a href="https://docs.zuora.com?resourceId=billing-unbilled-usage" target="_blank">Unbilled Usage</a> feature enabled. To use this field, you must set the `X-Zuora-WSDL-Version` request header to `133` or higher. Otherwise, an error occurs. This field defines the type of commitment. A prepaid charge can be `UNIT` or `CURRENCY`. A minimum commitment(in-arrears) charge can only be `CURRENCY` type. For topup(recurring or one-time) charges, this field indicates what type of funds are created. * If UNIT, it will create a fund with given prepaidUom. * If CURRENCY, it will create a fund with the currency amount calculated in list price. For drawdown(usage) charges, this field indicates what type of funds are drawdown from that created from topup charges.
      - `isCommitted` boolean — Indicates whether the rate plan charge is commited.
      - `mRR` number — Monthly recurring revenue (MRR) is the amount of recurring charges in a given month. The MRR calculation doesn't include one-time charges nor usage charges. **Values**: automatically generated
      - `name` string — The name of the rate plan charge. **Values**: automatically generated
      - `numberOfPeriods` integer — Specifies the number of periods to use when calculating charges in an overage smoothing charge model. **Values**: inherited from `ProductRatePlanCharge.NumberOfPeriod`.
      - `originalId` string — The original ID of the rate plan charge. **Values**: automatically generated.
      - `overageCalculationOption` string — Determines when to calculate overage charges. If the value of the SmoothingMode field is null (not specified and not inherited from ProductRatePlanCharge.SmoothingMode), the value of this field is ignored. **Values**: inherited from `ProductRatePlanCharge.OverageCalculationOption`.
      - `overageUnusedUnitsCreditOption` string — Determines whether to credit the customer with unused units of usage. **Values**: inherited from `ProductRatePlanCharge.OverageUnusedUnitsCreditOption`.
      - `prepaidOperationType` 'topup' | 'drawdown' | 'null', nullable — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. The type of this charge. It is either a prepayment (topup) charge or a drawdown charge.
      - `prepaidQuantity` number, nullable — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. The number of units included in a [prepayment charge](https://docs.zuora.com?resourceId=billing-create-prepayment-charge-with-rollover). Must be a positive number (>0).
      - `prepaidTotalQuantity` number, nullable — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. The total amount of units that end customers can use during a validity period when they subscribe to a [prepayment charge](https://docs.zuora.com?resourceId=billing-create-prepayment-charge-with-rollover).
      - `priceChangeOption` string — Applies an automatic price change when a termed subscription is renewed. **Values**: one of the following: - `NoChange` (default) - `SpecificPercentageValue` - `UseLatestProductCatalogPricing`
      - `priceIncreasePercentage` number, double — Specifies the percentage to increase or decrease the price of renewed subscriptions. **Values**: a decimal value between -100 and 100.
      - `processedThroughDate` string, date — The date until when charges have been processed. When billing in arrears, such as usage, this field value is the the same as the `ChargedThroughDate` value. This date is the earliest date when a charge can be amended. **Values**: automatically generated.
      - `prorationOption` string — Determines how to prorate charges when a subscription is created or amended.
      - `quantity` number — The default quantity of units, such as the number of authors in a hosted wiki service. Valid for all charge models except for Flat Fee pricing. **Values**: a valid quantity value.
      - `numberOfDeliveries` number — Number of deliveries in the billing period for the charge segment. The `numberOfDeliveries` is used for the Delivery Pricing charge model only. **Note**: The Delivery Pricing charge model is in the **Early Adopter** phase. We are actively soliciting feedback from a small set of early adopters before releasing it as generally available. To manage and access this feature through the self-service interface, see [Enable billing features by yourself](https://docs.zuora.com?resourceId=billing-enable-billing-features-by-yourself) in the Knowledge Center. You can check **Delivery Pricing** in **Billing Settings** > **Enable Charge Types / Models**.
      - `ratingGroup` 'ByBillingPeriod' | 'ByUsageStartDate' | 'ByUsageRecord' | 'ByUsageUpload' | 'ByGroupId' — A rating group based on which usage records are rated. Only applicable to Usage charges. Possible values: - `ByBillingPeriod`: The rating is based on all the usages in a billing period. - `ByUsageStartDate`: The rating is based on all the usages on the same usage start date. - `ByUsageRecord`: The rating is based on each usage record. - `ByUsageUpload`: The rating is based on all the usages in a uploaded usage file (`.xls` or `.csv`). - `ByGroupId`: The rating is based on all the usages in a custom group. For more information, see [Usage rating by group](https://docs.zuora.com?resourceId=billing-usage-rating-by-group).
      - `revenueRecognitionRuleName` string — Specifies the Revenue Recognition Rule that you want the Rate Plan Charge to use. This field can be updated when **Status** is `Draft`. By default, the Revenue Recognition Rule is inherited from the Product Rate Plan Charge. For Amend calls, you can use this field only for NewProduct amendments. For Update calls, you can use this field only to update subscriptions in draft status. Note that if you use this field to specify a Revenue Recognition Rule for the Rate Plan Charge, the rule will remain as specified even if you later change the rule used by the corresponding Product Rate Plan Charge. **Values**: inherited from `ProductRatePlanCharge.RevenueRecognitionRuleName` or the name of an active Revenue Recognition Rule **Note**: Unless overridden, this value changes if `ProductRatePlanCharge.RevenueRecognitionRuleName` is updated. The values of `UpdatedById` and `UpdatedDate` for the `RatePlanCharge` do not change when `ProductRatePlanCharge.RevenueRecognitionRuleName` is updated.
      - `revenueRecognitionTiming` 'Upon Billing Document Posting Date' | 'Upon Order Activation Date' — Specifies the type of revenue recognition timing. Predefined options are listed as enum values in this API Reference. Other options might also be avaliable depending on the <a href="https://docs.zuora.com?resourceId=billing-configure-revenue-settings" target="_blank">revenue recognition policy configuration</a> in the Zuora Billing UI. **Note**: This field is only available if you have the Order to Revenue feature enabled.
      - `revenueAmortizationMethod` 'Immediate' | 'Ratable Using Start And End Dates' — Specifies the type of revenue amortization method. Predefined options are listed as enum values in this API Reference. Other options might also be avaliable depending on the <a href="https://docs.zuora.com?resourceId=billing-configure-revenue-settings" target="_blank">revenue recognition policy configuration</a> in the Zuora Billing UI. **Note**: This field is only available if you have the Order to Revenue feature enabled.
      - `revRecCode` string — Associates this product rate plan charge with a specific revenue recognition code. **Values**: inherited from `ProductRatePlanCharge.RevRecCode` or a valid revenue recognition code **Note**: Unless overridden, this value changes if `ProductRatePlanCharge.RevRecCode` is updated. The values of `UpdatedById` and `UpdatedDate` for the `RatePlanCharge` do not change when `ProductRatePlanCharge.RevRecCode` is updated.
      - `revRecTriggerCondition` string — Specifies when revenue recognition begins. **Values**: inherited from `ProductRatePlanCharge.RevRecTriggerCondition` or one of the following: - `ContractEffectiveDate` - `ServiceActivationDate` - `CustomerAcceptanceDate` Note: Unless overridden, this value changes if `ProductRatePlanCharge.RevRecTriggerCondition` is updated. The values of `UpdatedById` and `UpdatedDate` for the `RatePlanCharge` do not change when `ProductRatePlanCharge.RevRecTriggerCondition` is updated.
      - `segment` integer — The identifying number of the subscription rate plan segment. Segments are numbered sequentially, starting with 1. **Values**: automatically generated
      - `specificBillingPeriod` integer — Customizes the number of months or weeks for the charges billing period. This field is required if you set the value of the BillingPeriod field to `Specific Months` or `Specific Weeks`. **Values**: inherited from `ProductRatePlanCharge.BillingPeriod` **Note:** You can override the value inherited from the Product Rate Plan Charge, but only when creating a new subscription or a New Product amendment.
      - `specificEndDate` string, date — The specific date on which the charge ends, in `yyyy-mm-dd` format. **Note**: - This field is only applicable when the `EndDateCondition` field is set to `SpecificEndDate`. - If the subscription ends before the specific end date, the charge ends when the subscription ends. But if the subscription end date is subsequently changed through a Renewal, or Terms and Conditions amendment, the charge will end on the specific end date.
      - `tCV` number, double — The total contract value (TCV) is the value of a single rate plan charge in a subscription over the lifetime of the subscription. This value does not represent all charges on the subscription. The TCV includes recurring charges and one-time charges, but it doesn't include usage charge. **Values**: automatically generated
      - `triggerDate` string, date — The date when the charge becomes effective and billing begins, in `yyyy-mm-dd` format. This field is required if the `TriggerEvent` field value is `SpecificDate`.
      - `triggerEvent` string — Specifies when to start billing the customer for the charge. **Note: **This field can be passed through the Subscribe and Amend calls and will override the default value set on the Product Rate Plan Charge. **Values**: inherited from `ProductRatePlanCharge.TriggerEvent` and can be one of the following values: - `ContractEffective` is the date when the subscription's contract goes into effect and the charge is ready to be billed. - `ServiceActivation` is when the services or products for a subscription have been activated and the customers have access. - `CustomerAcceptance` is when the customer accepts the services or products for a subscription. - `SpecificDate` is valid only on the RatePlanCharge.
      - `uOM` string — Specifies the units to measure usage. **Values**: inherited from `ProductRatePlanCharge.UOM`
      - `upToPeriods` integer — Specifies the length of the period during which the charge is active. If this period ends before the subscription ends, the charge ends when this period ends. **Values**: inherited from `ProductRatePlanCharge.UpToPeriods` **Note**: - You must use this field together with the `UpToPeriodsType` field to specify the time period. This field is only applicable only when the `EndDateCondition` field is set to `FixedPeriod`. - You can override the value inherited from the Product Rate Plan Charge, but only when creating a new subscription or a New Product amendment. - Use this field to override the value in `ProductRatePlanCharge.UpToPeriod`. - If you override the value in this field, enter a whole number between 0 and 65535, exclusive. - If the subscription end date is subsequently changed through a Renewal, or Terms and Conditions amendment, the charge end date will change accordingly up to the original period end.
      - `upToPeriodsType` 'Billing Periods' | 'Days' | 'Weeks' | 'Months' | 'Years' — The period type used to define when the charge ends. This field can be updated when **Status** is `Draft`. **Note**: - You must use this field together with the `UpToPeriods` field to specify the time period. - This field is only applicable only when the `EndDateCondition` field is set to `FixedPeriod`.
      - `version` integer — The version of the rate plan charge. Each time a charge is amended, Zuora creates a new version of the rate plan charge. **Values**: automatically generated.
      - `weeklyBillCycleDay` 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' — Specifies which day of the week as the bill cycle day (BCD) for the charge.
      - `subscriptionId` string — The unique identifier of the subscription to which the rate plan charge belongs.
      - `subscriptionOwnerId` string — ID of the account that owns the subscription.
      - `invoiceOwnerId` string — ID of the account that will pay the billing documents for the subscription.
      - `originalOrderDate` string, date — The date when the rate plan charge is created through an order or amendment. This field is to standardize the booking date information to increase audit ability and traceability of data between Zuora Billing and Zuora Revenue. It is mapped as the booking date for a sales order line in Zuora Revenue.
      - `amendedByOrderOn` string, date — The date when the rate plan charge is amended through an order or amendment. This field is to standardize the booking date information to increase audit ability and traceability of data between Zuora Billing and Zuora Revenue. It is mapped as the booking date for a sale order line in Zuora Revenue.
      - `validityPeriodType` 'SUBSCRIPTION_TERM' | 'ANNUAL' | 'SEMI_ANNUAL' | 'QUARTER' | 'MONTH' — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. The period in which the prepayment units are valid to use as defined in a [prepayment charge](https://docs.zuora.com?resourceId=billing-create-prepayment-charge-with-rollover).
      - `creditOption` 'TimeBased' | 'ConsumptionBased' | 'FullCreditBack' — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. The way to calculate credit. See [Credit Option](https://docs.zuora.com?resourceId=billing-prepayment-charge) for more information.
      - `applyToBillingPeriodPartially` boolean — Allow the discount duration to be aligned with the billing period partially. **Note**: You must enable the [Enhanced Discounts](https://docs.zuora.com?resourceId=billing-manage-enhanced-discount) feature to access this field.
      - `productChargeDefinitionId` string — The unique ID of the product charge definition.
      - `accountReceivableAccountingCodeId` string — ID of the accountReceivableAccountingCode of a standalone charge. **Note:** This field is available when the <a href="https://docs.zuora.com/en/zuora-billing/manage-accounts-subscriptions-and-non-subscriptions/manage-subscription-transactions/orders/overview-of-standalone-orders" target="_blank">Standalone Orders</a>, <a href="https://docs.zuora.com?resourceId=ar-zuora-finance" target="_blank">Zuora Finance</a>, and <a href="https://docs.zuora.com?resourceId=billing-invoice-settlement" target="_blank">Invoice Settlement</a> features are enabled.
      - `deferredRevenueAccountingCodeId` string — ID of the deferredRevenueAccountingCode of a standalone charge. **Note:** This field is available when the <a href="https://docs.zuora.com/en/zuora-billing/manage-accounts-subscriptions-and-non-subscriptions/manage-subscription-transactions/orders/overview-of-standalone-orders" target="_blank">Standalone Orders</a> and <a href="https://docs.zuora.com?resourceId=ar-zuora-finance" target="_blank">Zuora Finance</a> features are enabled.
      - `recognizedRevenueAccountingCodeId` string — ID of the recognizedRevenueAccountingCode of a standalone charge. **Note:** This field is available when the <a href="https://docs.zuora.com/en/zuora-billing/manage-accounts-subscriptions-and-non-subscriptions/manage-subscription-transactions/orders/overview-of-standalone-orders" target="_blank">Standalone Orders</a> and <a href="https://docs.zuora.com?resourceId=ar-zuora-finance" target="_blank">Zuora Finance</a> features are enabled.
      - `prepaidUOM` string — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. Unit of measurement for a [prepayment charge](https://docs.zuora.com?resourceId=billing-create-prepayment-charge-with-rollover).
      - `drawdownUom` string — **Note**: This field is only available if you have the [Prepaid with Drawdown](https://docs.zuora.com?resourceId=billing-prepaid-with-drawdown-overview) feature enabled. Unit of measurement for a [drawdown charge](https://docs.zuora.com?resourceId=billing-create-drawdown-charge).
      - `ratePlan` object — The rate plan to which this charge belongs.
      - `productRatePlanCharge` object — The product rate plan charge associated with this rate plan charge.
      - `salesPrice` number — The sales price associated with the rate plan charge expressed as a decimal. **Notes**: - This field is only available to subscriptions that are created through orders and exist after 2023-01-10. - This field applies to the following charge models, and the values vary with the charge models: - Flat fee: the value equals the value of the `price` field. - Per unit: the value equals `price` multiplied by `quantity`. - Fixed amount discount: the value equals the value of the `discountAmount` field. - Volume: The calculation of the tier price is dependent on whether the price format is the flat fee or per unit. - Tiered: The calculation of the tier price is dependent on whether the price format is the flat fee or per unit.
      - `taxable` boolean — Indicates whether the rate plan charge is taxable.
      - `reverted` boolean — Indicates whether the rate plan charge has been reverted.
      - `reflectDiscountInNetAmount` boolean — Indicates whether the discount is reflected in the net amount.
    - `subscriptionOwner` NestedAccountOnExpand
      - `id` string — The unique identifier of the account.
      - `createdById` string — The unique identifier of the user who created the account.
      - `createdDate` string, date-time — The date and time when the account was created.
      - `updatedById` string — The unique identifier of the user who last updated the account.
      - `updatedDate` string, date-time — The date and time when the account was last updated.
      - `accountNumber` string — The account number that identifies the account.
      - `additionalEmailAddresses` string — An additional email address to receive email notifications.
      - `allowInvoiceEdit` boolean — Indicates whether associated invoices can be edited.
      - `autoPay` boolean — Indicates whether future payments are automatically collected when they are due during a payment run.
      - `balance` number, double — The customer's total invoice balance minus credit balance.
      - `batch` string — The alias name given to a batch. A string of 50 characters or less.
      - `bcdSettingOption` 'ManualSet' | 'AutoSet' — The billing cycle day setting option for the account.
      - `billCycleDay` integer — Billing cycle day (BCD), the day of the month when a bill run generates invoices for the account.
      - `billToId` string — The unique identifier of the bill-to contact associated with the account.
      - `communicationProfileId` string — The unique identifier of the communication profile that Zuora uses when sending notifications to the account's contacts.
      - `creditBalance` number, double — The current credit balance on the account.
      - `crmId` string — External identifier of the account in a CRM system.
      - `currency` string — A currency defined in the web-based UI administrative settings.
      - `customerServiceRepName` string — Name of the account's customer service representative, if applicable.
      - `defaultPaymentMethodId` string — ID of the default payment method for the account.
      - `eInvoiceProfileId` string — ID of the e-invoice profile for this account. **Note**: This field is available only if you have the <a href="https://docs.zuora.com/en/zuora-billing/bill-your-customer/leverage-advanced-capabilities/e-invoicing/e-invoicing-overview" target="_blank">E-Invoicing</a> feature in **Early Adopter** phase enabled.
      - `invoiceDeliveryPrefsEmail` boolean — Indicates whether the customer wants to receive invoices through email.
      - `invoiceDeliveryPrefsPrint` boolean — Whether the customer wants to receive printed invoices, such as through postal mail.
      - `invoiceTemplateId` string — Invoice template ID, configured in Billing Settings in the Zuora UI.
      - `lastInvoiceDate` string, date — Date of the most recent invoice for the account; null if no invoice has ever been generated.
      - `lastMetricsUpdate` string, date-time — The date and time when account metrics are last updated, if the account is a partner account. **Note**: - This field is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-reseller-account" target="_blank">Reseller Account</a> feature enabled. - If you ever set the `partnerAccount` field to `true` for an account, the value of `lastMetricsUpdate` field is the time when the account metrics are last updated.
      - `name` string — The name of the account.
      - `notes` string — A string of up to 65,535 characters.
      - `organizationId` string — The unique identifier of the organization to which the account belongs.
      - `parentId` string — Identifier of the parent customer account for this Account object. The length is 32 characters. Use this field if you have <a href="https://docs.zuora.com?resourceId=billing-overview-customer-accounts" target="_blank">Customer Hierarchy</a> enabled.
      - `partnerAccount` boolean — Whether the customer account is a partner, distributor, or reseller. **Note**: This field is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-reseller-account" target="_blank">Reseller Account</a> feature enabled.
      - `paymentMethodCascadingConsent` boolean — `true` indicates the consent from your customer to use the Cascading Payment Method feature was collected. `false` indicates the consent was not collected and the Cascading Payment Method feature is not enabled.
      - `purchaseOrderNumber` string — The purchase order number provided by your customer for services, products, or both purchased.
      - `salesRepName` string — Name of the account's sales representative, if applicable.
      - `sequenceSetId` string, nullable — The ID of the billing document sequence set to assign to the customer account. The billing documents to generate for this account will adopt the prefix and starting document number configured in the sequence set. If a customer account has no assigned billing document sequence set, billing documents generated for this account adopt the prefix and starting document number from the default sequence set.
      - `shipToId` string — The unique identifier of the ship-to contact associated with the account.
      - `soldToId` string — The unique identifier of the sold-to contact associated with the account.
      - `status` 'Active' | 'Draft' | 'Canceled' — The account status.
      - `taxCompanyCode` string — Unique code that identifies a company account in Avalara. **Note:** This feature is in Limited Availability. If you wish to have access to the feature, submit a request at [Zuora Global Support](https://support.zuora.com).
      - `taxExemptCertificateID` string — ID of the customer tax exemption certificate. Applicable if you use Zuora Tax or Connect tax engines.
      - `taxExemptCertificateType` string — Type of tax exemption certificate that the customer holds. Applicable if you use Zuora Tax or Connect tax engines.
      - `taxExemptDescription` string — Description of the tax exemption certificate that the customer holds. Applicable if you use Zuora Tax or Connect tax engines.
      - `taxExemptEffectiveDate` string, date — Date when the customer tax exemption starts, in `YYYY-MM-DD` format. Applicable if you use Zuora Tax or Connect tax engines.
      - `taxExemptEntityUseCode` string — A unique entity use code to apply exemptions in Avalara AvaTax. See <a href="https://developer.avalara.com/avatax/handling-tax-exempt-customers/" target="_blank">Exempt Transactions</a> for more details.
      - `taxExemptExpirationDate` string, date — Date when the customer tax exemption expires, in `YYYY-MM-DD` format. Applicable if you use Zuora Tax or Connect tax engines.
      - `taxExemptIssuingJurisdiction` string — Jurisdiction in which the customer tax exemption certificate was issued.
      - `taxExemptStatus` 'No' | 'Yes' | 'PendingVerification' — Status of the account tax exemption. Applicable if you use Zuora Tax or Connect tax engines. Required if you use Zuora Tax.
      - `totalInvoiceBalance` number, double — Total balance of all posted invoices.
      - `unappliedBalance` number — Total unapplied balance in this currency.
      - `vATId` string — EU Value Added Tax ID.
      - `mrr` number — Monthly recurring revenue for the account.
      - `totalDebitMemoBalance` number, double — Total balance of all posted debit memos.
      - `unappliedCreditMemoAmount` number, double — The total unapplied amount of all posted credit memos in this currency.
      - `creditMemoTemplateId` string — ID of the credit memo template that is used to generate credit memos for the account.
      - `debitMemoTemplateId` string — ID of the debit memo template that is used to generate debit memos for the account.
      - `paymentGateway` string — The name of the payment gateway instance. If null or left unassigned, the account will use the default gateway.
      - `paymentTerm` string — A payment-terms indicator defined in the web-based UI administrative settings, for example, `Net 30`.
      - `billTo` object — The bill-to contact on this account.
      - `shipTo` object — The ship-to contact on the account.
      - `soldTo` object — The sold-to contact on the account.
      - `defaultPaymentMethod` object — The default payment method associated with the account.
      - `subscriptions` object[] — The subscriptions associated with the account.
      - `payments` object[] — The payments associated with the account.
      - `refunds` object[] — The refunds associated with the account.
      - `creditMemos` object[] — The credit memos associated with the account.
      - `debitMemos` object[] — The debit memos associated with the account.
      - `invoices` object[] — The invoices associated with the account.
      - `usages` object[] — The usage records associated with the account.
      - `paymentMethods` object[] — The payment methods associated with the account.
    - `debitTaxationItems` NestedDebitTaxationItemOnExpand
      - `balance` number, double — The balance of the taxation item.
      - `creditAmount` number, double — The amount of credit memos applied to the debit memo.
      - `exemptAmount` number, double — The calculated tax amount excluded due to the exemption.
      - `jurisdiction` string — The jurisdiction that applies the tax or VAT. This value is typically a state, province, county, or city.
      - `locationCode` string — The identifier for the location based on the value of the `taxCode` field.
      - `name` string — The name of the taxation item.
      - `paymentAmount` number, double — The amount of payments applied to the debit memo.
      - `taxAmount` number, double — The amount of taxation.
      - `taxCode` string — The tax code identifies which tax rules and tax rates to apply to a specific debit memo.
      - `taxCodeDescription` string — The description of the tax code.
      - `taxDate` string, date — The date that the tax is applied to the debit memo, in yyyy-mm-dd format.
      - `taxMode` 'TaxExclusive' | 'TaxInclusive' — The tax mode of the debit memo, indicating whether the amount of the debit memo includes tax.
      - `taxRate` string, decimal — The tax rate applied to the debit memo.
      - `taxRateDescription` string — The description of the tax rate.
      - `taxRateType` 'Percentage' | 'FlatFee' — The type of the tax rate.
      - `debitMemoItemId` string — The ID of the debit memo item.
      - `taxableItemSnapshotId` string — The unique identifier of the taxable item snapshot.
      - `taxationItemId` string — The Id of the taxation item.
      - `id` string — The unique identifier of the taxation item.
      - `createdById` string — The unique identifier of the user who created the taxation item.
      - `createdDate` string, date-time — The date and time when the taxation item was created in the Zuora system, in the `yyyy-mm-dd hh:mm:ss` format.
      - `updatedById` string — The unique identifier of the user who last updated the taxation item.
      - `updatedDate` string, date-time — The date and time when the taxation item was last updated, in the `yyyy-mm-dd hh:mm:ss` format.
      - `accountReceivableAccountingCodeId` string — The accounting code for Account Receivable.

## Other responses

- `500` — Internal server error
- `4XX` — Invalid input

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
