Websites v4 docs v5.2.4
Preparing search index...
API Reference/Hooks
UseStampDutyCalculatorResult
Type Alias UseStampDutyCalculatorResult
type
UseStampDutyCalculatorResult
=
{
additionalProperty
:
boolean
;
calculationValue
:
number
;
country
:
string
;
firstTimeBuyer
:
boolean
;
handleChangeCalculationValue
:
(
e
:
React.ChangeEvent
<
HTMLInputElement
>
,
)
=>
void
;
resident
:
boolean
;
setAdditionalProperty
:
(
value
:
boolean
)
=>
void
;
setFirstTimeBuyer
:
(
value
:
boolean
)
=>
void
;
setResident
:
(
value
:
boolean
)
=>
void
;
stampDutyData
:
StampDutyCalculationResult
|
null
;
updateCountry
:
(
value
:
Country
)
=>
void
;
}
Index
Properties
additional
Property
calculation
Value
country
first
Time
Buyer
handle
Change
Calculation
Value
resident
set
Additional
Property
set
First
Time
Buyer
set
Resident
stamp
Duty
Data
update
Country
Properties
additional
Property
additionalProperty
:
boolean
calculation
Value
calculationValue
:
number
country
country
:
string
first
Time
Buyer
firstTimeBuyer
:
boolean
handle
Change
Calculation
Value
handleChangeCalculationValue
:
(
e
:
React.ChangeEvent
<
HTMLInputElement
>
)
=>
void
resident
resident
:
boolean
set
Additional
Property
setAdditionalProperty
:
(
value
:
boolean
)
=>
void
set
First
Time
Buyer
setFirstTimeBuyer
:
(
value
:
boolean
)
=>
void
set
Resident
setResident
:
(
value
:
boolean
)
=>
void
stamp
Duty
Data
stampDutyData
:
StampDutyCalculationResult
|
null
update
Country
updateCountry
:
(
value
:
Country
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Property
calculation
Value
country
first
Time
Buyer
handle
Change
Calculation
Value
resident
set
Additional
Property
set
First
Time
Buyer
set
Resident
stamp
Duty
Data
update
Country
Websites v4 docs v5.2.4
Loading...