DEV

Type.

CollectInvoice

No description

Fields

id

ID!

Required

ID from the Node interface

amountDue

Decimal!

Required

The total amount due for this CollectInvoice

currencyCode

CurrencyCode!

Required

The currency the CollectInvoice amount is represented in

dueDate

DateTime!

Required

The date payment is due for this CollectInvoice

invoiceDate

DateTime!

Required

The creation date of this CollectInvoice.

invoiceNumber

String!

Required

The external invoice number associated with this CollectInvoice

invoiceUrl

String

The customer facing URL where we pull the external invoice from

Required

The line items associated with this CollectInvoice.

mode

Mode!

Required

Whether the object is in live or test

party

Party!

Required

The payor Party associated with this CollectInvoice.

Required

The status of the payment for this CollectInvoice.

Required

Timestamp for when the status changed.

trackingNumber

String!

Required

The tracking number associated with this CollectInvoice.

Was this page helpful?