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

    Interface CreatePaymentProductSessionRequest

    interface CreatePaymentProductSessionRequest {
        paymentProductSession302SpecificInput?:
            | MobilePaymentProductSession302SpecificInput
            | null;
    }
    Index

    Properties

    paymentProductSession302SpecificInput?:
        | MobilePaymentProductSession302SpecificInput
        | null