NexSDK
    Preparing search index...

    Interface PricePreviewResponse

    interface PricePreviewResponse {
        breakdown: NightlyPrice[];
        check_in_date: string;
        check_out_date: string;
        nights: number;
        total_price: string;
    }
    Index

    Properties

    breakdown: NightlyPrice[]
    check_in_date: string
    check_out_date: string
    nights: number
    total_price: string

    ^(?!^[-+.]$)[+-]?0\d*.?\d*$