Zamok Kiosk API
    Preparing search index...
    interface TaxBillInfoState {
        paymentType?: PaymentType;
        selectedAmount?: string;
        selectedBillId?: string;
        selectedProperty?: SearchResultItem;
    }
    Index

    Properties

    paymentType?: PaymentType
    selectedAmount?: string
    selectedBillId?: string
    selectedProperty?: SearchResultItem