Worldline Connect Node.js SDK
    Preparing search index...

    Interface CapturePaymentRequest

    interface CapturePaymentRequest {
        amount?: number | null;
        isFinal?: boolean | null;
        order?: CapturePaymentOrder | null;
    }
    Index

    Properties

    amount?: number | null
    isFinal?: boolean | null
    order?: CapturePaymentOrder | null