Skip to content

Common Runtime Type: OrderJournalEntry

Back to Index
let OrderJournalEntry: {
amount: number
invoiceId: uuid|nothing
orderJournalEntryId: uuid
orderJournalEntryType: 'receivable'|'capture'|'clearing'|'fee'
paymentId: uuid|nothing
timestamp: instant
}
Back to Index