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

    Interface OrderKuotaConfig

    Configuration for initializing OrderKuota client

    interface OrderKuotaConfig {
        baseQrString?: string;
        password: string;
        token?: string;
        username: string;
    }
    Index

    Properties

    baseQrString?: string

    Base QRIS string for payment QR codes (optional)

    password: string

    Password for authentication

    token?: string

    Authentication token (optional, obtained via getToken)

    username: string

    Username for authentication