Zamok Kiosk API
    Preparing search index...
    • Parameters

      • state: {
            shelby: {
                achAccountHolderInfo: null | AchAccountHolderInfo;
                bills: BillItem[];
                billsLoading: boolean;
                lookupState: LookupState;
                parcels: SearchResultItem[];
                paymentContactInfo: null | ContactInfo;
                paymentRecording: { error?: string; loading: boolean; recorded: boolean };
                taxBillInfo: TaxBillInfoState;
                taxBills: TaxBill[];
                workflows: ShelbyWorkflowsState;
            };
        }

      Returns {
          achAccountHolderInfo: null | AchAccountHolderInfo;
          bills: BillItem[];
          billsLoading: boolean;
          lookupState: LookupState;
          parcels: SearchResultItem[];
          paymentContactInfo: null | ContactInfo;
          paymentRecording: { error?: string; loading: boolean; recorded: boolean };
          taxBillInfo: TaxBillInfoState;
          taxBills: TaxBill[];
          workflows: ShelbyWorkflowsState;
      }