DEV

Type.

CarrierBillingInvoice

No description

Fields

amount

Decimal!

Required

The total amount due for this invoice

carrierReferenceNumber

String!

Required

The carrier reference number for this invoice

createdAt

DateTime!

Required

When the CarrierBillingInvoice was created in the system

createdBy

ID!

Required

User who added the invoice to the system

currencyCode

CurrencyCode!

Required

The currency the invoice amount is represented in

dueAt

DateTime!

Required

The date payment is due for this CarrierBillingInvoice

id

ID!

Required

ID prefixed with carrier_billing_invoice_

invoiceProcessorDetail

InvoiceProcessorDetail

The Invoice processor details
Paginated individual line items represented on this CarrierBillingInvoice

metadata

[Metadata!]

Any metadata associated with this CarrierBillingInvoice

mode

Mode!

Required

Whether the object is in live or test

organizationId

ID!

Required

The Organization identifier associated with the CarrierBillingInvoice.
The status of the payment for this invoice

Required

Timestamp for when status changed

updatedAt

DateTime!

Required

When the CarrierBillingInvoice was updated

updatedBy

ID!

Required

The user that updated the CarrierBillingInvoice

Was this page helpful?