Preview

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

FreeBillingCharge

Free billing charge which is part of main billing charge

This page contains

    Fields

    id: ID!

    Billing charge Id

    tenant: String

    Tenant

    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

    endDate: Date

    End billing date

    rollBackTerm: BillingChargeRollbackTerm PREVIEW

    Rollback term

    billingChargeAllocations: SubscriptionAllocation PREVIEW

    Billing charge allocations

    orderId: ID

    Purchase order id associated with this billing charge

    createdOn: DateTime

    Timestamp when the billing charge was created

    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