JS API Reference

Module: payment/InvoiceProcessor

Table of contents

Classes

Type Aliases

Type Aliases

InvoiceAcceptResult

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

Defined in

src/payment/InvoiceProcessor.ts:6