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

    Interface CreateMandateResponse

    interface CreateMandateResponse {
        mandate?: MandateResponse | null;
        merchantAction?: MandateMerchantAction | null;
    }
    Index

    Properties

    mandate?: MandateResponse | null
    merchantAction?: MandateMerchantAction | null