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

    Interface GetHostedMandateManagementResponse

    interface GetHostedMandateManagementResponse {
        mandate?: MandateResponse | null;
        status?: string | null;
    }
    Index

    Properties

    Properties

    mandate?: MandateResponse | null
    status?: string | null