Skip to content

Common Runtime Type: PaymentJournalEntry

Back to Index
let PaymentJournalEntry: {
amount: number
captureId: uuid|nothing
invoiceId: uuid|nothing
orderId: uuid|nothing
paymentJournalEntryId: uuid
paymentJournalEntryType: 'charge'|'refund'
timestamp: instant
}
Back to Index