DEV

Input.

CollectInvoiceFeeInput

No description

Fields

amount

Decimal!

Required

The amount to be used when applying this CollectInvoiceFee

calculationType

CollectFeeCalculationType

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

Optional ID of the CollectInvoiceFee to update. If null, a new CollectInvoiceFee will be created

startsAt

DateTime

DateTime representing when collection for this fee will begin on invoices. If null, the current time will be set.

Was this page helpful?