DEV

Input.

CarrierBillingInvoiceCreateInput

No description

Fields

amount

Decimal!

Required

The total amount due for this invoice

currencyCode

CurrencyCode!

Required

The currency the amounts of this invoice are represented in

dueAt

DateTime

The date the payment of this CarrierBillingInvoice is due. If null, the CarrierBillingInvoice will be due immediately

invoiceUrl

String

The URL for the invoice if available
The line items contained within this invoice

metadata

[MetadataInput!]

Any metadata associated with this CarrierBillingInvoiceLineItem

payorAccountNumber

String!

Required

The payor carrier account number

referenceNumber

String!

Required

The reference number for this invoice

Was this page helpful?