@stigg/react-sdk - v10.12.0
Preparing search index...
PriceTierFragment
Type Alias PriceTierFragment
type
PriceTierFragment
=
{
__typename
?:
"PriceTier"
;
flatPrice
?:
|
{
__typename
?:
"Money"
;
amount
:
number
;
currency
:
Currency
}
|
null
;
unitPrice
?:
|
{
__typename
?:
"Money"
;
amount
:
number
;
currency
:
Currency
}
|
null
;
upTo
?:
number
|
null
;
}
Index
Properties
__
typename?
flat
Price?
unit
Price?
up
To?
Properties
Optional
__
typename
__typename
?:
"PriceTier"
Optional
flat
Price
flatPrice
?:
{
__typename
?:
"Money"
;
amount
:
number
;
currency
:
Currency
}
|
null
Optional
unit
Price
unitPrice
?:
{
__typename
?:
"Money"
;
amount
:
number
;
currency
:
Currency
}
|
null
Optional
up
To
upTo
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__
typename
flat
Price
unit
Price
up
To
@stigg/react-sdk - v10.12.0
Loading...