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

    Interface PayoutResponse

    interface PayoutResponse {
        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