Preview

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

OneTimeBillingCharge

One time billing charge which is part of main billing charge

This page contains

    Fields

    id: ID!

    Billing charge Id

    currency: Currency

    Currency

    startDate: Date!

    Start billing date

    discounts: [BillingChargeDiscount!]! PREVIEW

    Detail of discounts being applied if any

    items: [BillingChargeItem!]! PREVIEW

    Detail of each fee

    totalPrice: Decimal!

    Total combined amount

    priceDefinition: PriceDefinition! PREVIEW

    Price definition

    childCharges: [ChildBillingCharge!]! PREVIEW

    Child charges which belongs to this main charge if any

    Implements