DEV

Type.

LegacyOrderTransactionCharge

An implementation of ReconciliationCharge that represents an OrderTransaction used in Legacy APIs

Fields

amount

Decimal!

Required

The sum of the transaction fees for this LegacyOrderTransaction

createdAt

DateTime!

Required

Date and time of when this LegacyOrderTransactionCharge object was created

createdBy

ID!

Required

The ID of the user who created this LegacyOrderTransactionCharge

currencyCode

CurrencyCode!

Required

The currency the amount is displayed in

id

ID!

Required

A unique identifier for this LegacyOrderTransactionCharge

legacyOrderTransactionId

Int!

Required

The ID of the legacy order transaction this object represents

note

String

An optional note about this LegacyOrderTransactionCharge

transactionFees

[TransactionFee!]!

Required

A list of TransactionFee objects to describe transaction amounts

Was this page helpful?