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

    Interface PayoutResult

    interface PayoutResult {
        id?: string | null;
        payoutOutput?: OrderOutput | null;
        status?: string | null;
        statusOutput?: OrderStatusOutput | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string | null
    payoutOutput?: OrderOutput | null
    status?: string | null
    statusOutput?: OrderStatusOutput | null