Preview

PerUnitBillingChargeItem is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

PerUnitBillingChargeItem

Billing charge item type for per unit fee

This page contains

    Fields

    totalPrice: Decimal!

    Total combined amount

    pricingStrategy: BillingChargePricingStrategy! PREVIEW

    Pricing strategy

    percentage: Decimal

    Percentage if the pricing strategy is PERCENTAGE

    costTypePerUnit: PerUnitCostType! PREVIEW

    Cost type specifically for per unit fee

    salePrice: Decimal!

    Sale price per unit

    unit: String!

    Unit name

    quantity: Decimal!

    Unit quantity

    Implements