InvoiceLine
Definition of an invoice line
This page contains
Fields
id: ID! | ID of the invoice line (an integer) |
invoiceId: ID! | ID of the invoice that holds this line (a UUID) |
description: String | Description of invoice line |
quantity: Decimal! | Number of units |
unitPrice: Decimal! | Price per unit |
total: Decimal! | Total price |
buyer: Party PREVIEW | Item buyer |
provider: Party PREVIEW | Item provider |
period: Period PREVIEW | Subscription period |
cost: CostInfo PREVIEW | Subscription cost |
subscription: SubscriptionInfo PREVIEW | Subscription |
billingCharge: InvoiceBillingCharge PREVIEW | Billing charge |
product: ProductInfo PREVIEW | Product |
edition: EditionInfo PREVIEW | Edition |
pricingPlan: PricingPlanInfo PREVIEW | Pricing plan |
discount: DiscountInfo PREVIEW | Discount |
costPeriod: CostPeriodInfo PREVIEW | Cost period |
type: InvoiceLineType PREVIEW | Line Type |
orderRef: String | ID of the order that created this invoice line |
orderLineId: String | ID of the purchase order line that created this invoice line |
internalId: Int! @deprecated( reason: "No longer supported" )PREVIEW | Internal Id of the invoice line |
balanceCreatedOn: DateTime! PREVIEW | Creation date of the invoice in customer balance service |
balance: Decimal PREVIEW | Invoice Line Balance |
invoiceLineItems: [InvoiceLineItem] PREVIEW | Invoice Lines Items |
Parent objects of InvoiceLine
CreditMemoLine PREVIEW | Definition of an credit memo line |
Invoice PREVIEW | Definition of an invoice |
Queries for InvoiceLine
invoice PREVIEW | Retrieve an invoice by id |