OrderKuota-Wrapper - v1.0.9
    Preparing search index...

    Interface QrisAjaibResponse

    QRIS Ajaib payment response

    interface QrisAjaibResponse {
        data?: { qr_string?: string; [key: string]: any };
        message: string;
        status: string;
    }
    Index

    Properties

    Properties

    data?: { qr_string?: string; [key: string]: any }

    QRIS payment data

    Type declaration

    • [key: string]: any

      Additional data

    • Optionalqr_string?: string

      QR code string

    message: string

    Response message

    status: string

    Response status