Ravak Configurator
    Preparing search index...

    Interface DemandContactAPIModel

    interface DemandContactAPIModel {
        email?: string;
        phone?: string;
        name_and_surname?: string;
        address?: string;
        city?: string;
        zip_code?: string;
        country_code?: string;
        message?: string;
    }
    Index

    Properties

    email?: string
    ""
    
    phone?: string

    24

    ""
    

    +?\d+(\s?\d+)*

    name_and_surname?: string

    255

    ""
    
    address?: string

    255

    ""
    
    city?: string

    255

    ""
    
    zip_code?: string

    10

    ""
    
    country_code?: string
    ""
    
    message?: string
    ""