JS API Reference

Module: payment/InvoiceProcessor

Table of contents

Classes

Type Aliases

Type Aliases

InvoiceAcceptResult

Ƭ InvoiceAcceptResult: { invoiceId: string ; allocation: PaymentApi.AllocationDTO ; success: true ; amount: string ; dryRun: boolean } | { invoiceId: string ; allocation: PaymentApi.AllocationDTO ; success: false ; amount: string ; reason: unknown ; dryRun: boolean }

Defined in

src/payment/InvoiceProcessor.ts:5

Was this helpful?