DEV

Type.

CollectInvoiceFee

No description

Fields

amount

Decimal!

Required

The amount to be used when applying this CollectInvoiceFee

calculationType

CollectFeeCalculationType!

Required

The type of calculation to use when applying this CollectInvoiceFee

currencyCode

CurrencyCode!

Required

The currency the amount of this fee will be represented in (or converted if necessary)

description

String!

Required

Description of the fee being applied, and will display on the invoice

endsAt

DateTime

DateTime representing when collection for this fee will discontinue. If null, the fee will remain active indefinitely.

id

ID!

Required

Unique ID associated with this CollectInvoiceFee

startsAt

DateTime!

Required

DateTime representing when collection for this fee will begin on invoices.

Was this page helpful?