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

    Interface PaymentProductFieldDataRestrictions

    interface PaymentProductFieldDataRestrictions {
        isRequired?: boolean | null;
        validators?: PaymentProductFieldValidators | null;
    }
    Index

    Properties

    isRequired?: boolean | null
    validators?: PaymentProductFieldValidators | null