PriceChangeBillingCharge
Immutable preview of the billing charge produced by a price change. Not a federation entity — resolved entirely by the monolith.
This page contains
Fields
| currency: Currency | Currency |
| startDate: Date! | Start billing date |
| discounts: [PriceChangeDiscount!]! PREVIEW | Detail of discounts being applied if any |
| items: [PriceChangeBillingChargeItem!]! PREVIEW | Detail of each fee |
| totalPrice: Decimal! | Total combined amount |
| priceDefinition: PriceDefinition! PREVIEW | Price definition used for the price change |
Parent objects of PriceChangeBillingCharge
| SubscriptionPriceChange PREVIEW | Preview of the Billing Charge to be created by the price change |
Mutations for PriceChangeBillingCharge
| requestSubscriptionPriceChange PREVIEW | Create a price change event for the specific subscription ID, using the provided Price Definition ID and strategy. |
Queries for PriceChangeBillingCharge
| priceChangeBySubscriptionId PREVIEW | Get price change result for a given subscription id |