Zamok Kiosk API
    Preparing search index...
    payBill: {
        failure: PayloadAC<"PAY_BILL_FAILURE", { error: string }>;
        request: PayloadAC<"PAY_BILL_REQUEST", BillPaymentRequest>;
        success: PayloadAC<"PAY_BILL_SUCCESS", {}>;
    } = ...

    Type Declaration

    • failure: PayloadAC<"PAY_BILL_FAILURE", { error: string }>
    • request: PayloadAC<"PAY_BILL_REQUEST", BillPaymentRequest>
    • success: PayloadAC<"PAY_BILL_SUCCESS", {}>