@suluk/payments - v0.1.0
    Preparing search index...

    Interface CaptureRequest

    interface CaptureRequest {
        merchantCaptureId: string;
        connectorTransactionId: string;
        amountToCapture: MinorAmount;
        testMode?: boolean;
    }
    Index

    Properties

    merchantCaptureId: string
    connectorTransactionId: string
    amountToCapture: MinorAmount
    testMode?: boolean