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

    Interface CreatePaymentProductSessionResponse

    interface CreatePaymentProductSessionResponse {
        paymentProductSession302SpecificOutput?:
            | MobilePaymentProductSession302SpecificOutput
            | null;
    }
    Index

    Properties

    paymentProductSession302SpecificOutput?:
        | MobilePaymentProductSession302SpecificOutput
        | null