Preview

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

MainBillingCharge

Main billing charge extending base billing charge

This page contains

    Fields

    id: ID! PREVIEW

    Billing charge Id

    currency: Currency

    Currency

    tenant: String

    Tenant

    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

    orderId: ID

    Purchase order id associated with this billing charge

    createdOn: DateTime

    Timestamp when the billing charge was created

    priceDefinition: PriceDefinition! PREVIEW

    Price definition

    childCharges: [ChildBillingCharge!]! PREVIEW

    Child charges which belongs to this main charge if any

    rollBackTerm: BillingChargeRollbackTerm PREVIEW

    Rollback term

    billingChargeAllocations: SubscriptionAllocation PREVIEW

    Billing charge allocations

    subscriptionRecord: SubscriptionRecord PREVIEW

    Subscription record

    subscriptionRecordState: SubscriptionRecordState PREVIEW

    Subscription record state

    intent: BillingChargeIntent PREVIEW

    Intent or purpose of the billing charge

    status: BillingChargeStatus PREVIEW

    Current status of the billing charge

    Implements

    Types that implement MainBillingCharge

    FreeBillingCharge PREVIEW

    Free billing charge which is part of main billing charge

    OneTimeBillingCharge PREVIEW

    One time billing charge which is part of main billing charge

    RecurringBillingCharge PREVIEW

    Recurring billing charge which is part of main billing charge