NexSDK
    Preparing search index...

    Interface PaymentResponse

    interface PaymentResponse {
        amount: string;
        booking_id: string;
        confirmed_at: PaymentResponseConfirmedAt;
        confirmed_by: PaymentResponseConfirmedBy;
        created_at: string;
        id: string;
        merchant_name: string;
        merchant_vpa: string;
        notes: PaymentResponseNotes;
        property_id: string;
        status: string;
        txn_ref: string;
        updated_at: string;
        upi_link: string;
    }
    Index

    Properties

    amount: string

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

    booking_id: string
    confirmed_at: PaymentResponseConfirmedAt
    confirmed_by: PaymentResponseConfirmedBy
    created_at: string
    id: string
    merchant_name: string
    merchant_vpa: string
    notes: PaymentResponseNotes
    property_id: string
    status: string
    txn_ref: string
    updated_at: string
    upi_link: string