BillingInvoice
BillingInvoice
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | String! | ||
| billingCustomerId | String! | ||
| raw | JSON | ||
| status | String | ||
| total | Int | ||
| dueDate | Datetime | ||
| paidAt | Datetime | ||
| updatedAt | Datetime | ||
| amountDue | Int | ||
| amountPaid | Int | ||
| amountToCollect | Int | ||
| baseCurrencyCode | CurrencyCode | ||
| tax | Int | ||
| lastSyncAt | Datetime | ||
| billingSubscriptionId | String! | ||
| date | Datetime | ||
| billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingInvoice`. | |
| billingSubscriptionByBillingSubscriptionId | BillingSubscription | Reads a single `BillingSubscription` that is related to this `BillingInvoice`. | |