Zamok Kiosk API
GitHub
Confluence Release Notes
Preparing search index...
module-custom-shelby/lib/browser/reducers
selectBills
Function selectBills
selectBills
(
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
;
}
;
}
,
)
:
BillItem
[]
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
BillItem
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
Confluence Release Notes
Zamok Kiosk API
Loading...