PriceChangeBillingChargeItem
Immutable preview of a billing charge item produced by a price change. Not federated — resolved entirely by the monolith. Per-unit fields (salePrice, unit, quantity) are null for flat items.
This page contains
Fields
| totalPrice: Decimal! | Total combined amount |
| pricingStrategy: BillingChargePricingStrategy! PREVIEW | Pricing strategy |
| percentage: Decimal | Percentage value if the pricing strategy is PERCENTAGE |
| salePrice: Decimal | Sale price per unit — present only for per-unit items |
| unit: String | Unit name — present only for per-unit items |
| quantity: Decimal | Unit quantity — present only for per-unit items |
Parent objects of PriceChangeBillingChargeItem
| PriceChangeBillingCharge PREVIEW | Immutable preview of the billing charge produced by a price change. Not a federation entity — resolved entirely by the monolith. |