---
title: "List prepaid balance funds"
method: GET
path: "/object-query/prepaid-balance-funds"
tags: ["Object Queries"]
---

# List prepaid balance funds

`GET /object-query/prepaid-balance-funds`

Lists prepaid balance funds. 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` ExpandedPrepaidBalanceFund[]
    - `id` string — The unique identifier of the prepaid balance fund.
    - `createdById` string — The unique identifier of the user who created the prepaid balance fund.
    - `createdDate` string, date-time — The date and time when the prepaid balance fund was created.
    - `updatedById` string — The unique identifier of the user who last updated the prepaid balance fund.
    - `updatedDate` string, date-time — The date and time when the prepaid balance fund was last updated.
    - `accountId` string — The ID of the customer account to which the prepaid balance fund belongs.
    - `balance` number — The remaining balance (remaining units) on the fund.
    - `chargeSegmentNumber` integer — The number of the charge segment. One prepaid balance fund can only belong to one charge segment.
    - `endDate` string, date — End date of the fund effective period.
    - `fundedBalance` number — The total units of the fund.
    - `fundSourceType` 'CHARGE' | 'ORDER_LINE_ITEM' | 'CREDIT_MEMO_ITEM' | 'DEBIT_MEMO_ITEM' — The type of the Prepaid Balance Fund.
    - `fundingPrice` number — The price amount of a fund. A rounded value that follows the associated invoice owner's <a href="https://docs.zuora.com?resourceId=rounding-and-precision-in-zuora" target="_blank">currency rounding rule</a>. **Calculation**: (Number of billing periods in one fund validity period) * (price in one billing period)
    - `totalBilled` number — The total billed amount of a fund.
    - `totalBalance` number — The total balance of a fund.
    - `originalTotalBalance` number — The original total balance of a fund.
    - `originalFundingPrice` number — The original price amount of a fund.
    - `originalFundEndDate` string, date — The original end date of the fund effective period.
    - `rolloverValidityPeriodStartDate` string, date — Start date of the rollover validity period.
    - `rolloverValidityPeriodEndDate` string, date — End date of the rollover validity period.
    - `prepaidBalanceId` string — The ID of the prepaid balance associated to which this prepaid balance fund belongs.
    - `priority` 10 | 50 | 100 — The priority of the Fund. Possible values include: 10(high), 50(medium),100(low)
    - `sourceId` string — The source Id of the fund. It is the original charge ID.
    - `startDate` string, date — Start date of the fund effective period.
    - `vpSummaryId` string
    - `rolloverCount` integer
    - `originFundId` string
    - `rolloverApplyOption` string
    - `done` integer
    - `account` 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.
    - `prepaidBalance` NestedPrepaidBalanceOnExpand
      - `id` string — The unique identifier of the prepaid balance.
      - `createdById` string — The unique identifier of the user who created the payment application.
      - `createdDate` string, date-time — The date and time when the payment application was created.
      - `updatedById` string — The unique identifier of the user who last updated the payment application.
      - `updatedDate` string, date-time — The date and time when the payment application was last updated.
      - `name` string — The name of the prepaid balance.
      - `totalFund` number — The total amount of all prepaid balance funds.
      - `balance` number — The current prepaid balance.
      - `endDate` string, date — End date of the validity period.
      - `startDate` string, date — Start date of the validity period.
      - `accountId` string — The ID of the customer account to which the prepaid balance belongs.
      - `origSubscriptionId` string — If it belongs to a subscription, the original subscription ID.
      - `uOM` string — The units of measure for prepayment charge. Units of measure are configured in the web-based UI. Your values depend on your configuration in **Billing Settings**. **Values**: a valid unit of measure
      - `prepaidBalanceState` 'ACTIVE' | 'EXPIRED' — The state of the prepaid balance.
      - `prepaidType` integer, nullable — The type of the prepaid balance.
      - `account` object — The account associated with the prepaid balance.
      - `origSubscription` object — The subscription associated with the prepaid balance.
    - `source` 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.
    - `vpSummary` NestedValidityPeriodSummaryOnExpand
      - `id` string — The unique identifier of the validity period summary.
      - `createdById` string — The unique identifier of the user who created the validity period summary.
      - `createdDate` string, date-time — The date and time when the validity period summary was created.
      - `updatedById` string — The unique identifier of the user who last updated the validity period summary.
      - `updatedDate` string, date-time — The date and time when the validity period summary was last updated.
      - `prepaidBalanceId` string — The unique identifier of the prepaid balance.
      - `startDate` string, date — The start date of the validity period.
      - `endDate` string, date — The end date of the validity period.
      - `totalBalance` number — The total prepaid balance for the current validity period.
      - `remainingBalance` number — The remaining prepaid balance for the current validity period.
      - `totalBilledAmount` number — The total amount that has been billed.
      - `billedBalanceAmount` number — The total amount of the billing documents balances.
      - `subscriptionNumber` string — The number of the subscription the validity period belongs to.
      - `uom` string — The UOM of the validity period.
      - `accountNumber` string — The number of the account to which the prepaid balance belongs.
      - `accountId` string — The ID of the account to which the prepaid balance belongs.
      - `overageRatedQuantity` number, double — The overage rated quantity for the validity period. **Note**: The `overageRatedQuantity` and `overageRatedAmount` fields of the Validity Period Summary object are approaching end of support on February 01, 2025. For more information, see <a href="https://docs.zuora.com?resourceId=overageratedquantity-and-overageratedamount-fields-end-of-support" target="_blank">Product and feature end of support plan</a>.
      - `overageRatedAmount` number, double — The overage rated amount for the validity period. **Note**: The `overageRatedQuantity` and `overageRatedAmount` fields of the Validity Period Summary object are approaching end of support on February 01, 2025. For more information, see <a href="https://docs.zuora.com?resourceId=overageratedquantity-and-overageratedamount-fields-end-of-support" target="_blank">Product and feature end of support plan</a>.
      - `account` object — The account associated with the validty period summary.
      - `prepaidBalance` object — The prepaid balance associated with the validity period summary.
      - `billingTiming` 'In Advance' | 'In Arrears' — The billing timing of the validity period.

## 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)
