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

    Interface PaymentProductFieldValidators

    interface PaymentProductFieldValidators {
        boletoBancarioRequiredness?: BoletoBancarioRequirednessValidator | null;
        emailAddress?: EmptyValidator | null;
        expirationDate?: EmptyValidator | null;
        fixedList?: FixedListValidator | null;
        iban?: EmptyValidator | null;
        length?: LengthValidator | null;
        luhn?: EmptyValidator | null;
        range?: RangeValidator | null;
        regularExpression?: RegularExpressionValidator | null;
        residentIdNumber?: EmptyValidator | null;
        termsAndConditions?: EmptyValidator | null;
    }
    Index

    Properties

    boletoBancarioRequiredness?: BoletoBancarioRequirednessValidator | null
    emailAddress?: EmptyValidator | null
    expirationDate?: EmptyValidator | null
    fixedList?: FixedListValidator | null
    iban?: EmptyValidator | null
    length?: LengthValidator | null
    luhn?: EmptyValidator | null
    range?: RangeValidator | null
    regularExpression?: RegularExpressionValidator | null
    residentIdNumber?: EmptyValidator | null
    termsAndConditions?: EmptyValidator | null