@stigg/js-client-sdk - v4.12.0
Preparing search index...
OveragePriceFragment
Type Alias OveragePriceFragment
type
OveragePriceFragment
=
{
__typename
?:
"Price"
;
billingCountryCode
?:
string
|
null
;
billingId
?:
string
|
null
;
billingModel
:
BillingModel
;
billingPeriod
:
BillingPeriod
;
feature
?:
|
{
__typename
?:
"Feature"
;
description
?:
string
|
null
;
displayName
:
string
;
featureUnits
?:
string
|
null
;
featureUnitsPlural
?:
string
|
null
;
refId
:
string
;
}
|
null
;
price
?:
{
__typename
?:
"Money"
;
amount
:
number
;
currency
:
Currency
}
|
null
;
tiers
?:
(
{
__typename
?:
"PriceTier"
}
&
PriceTierFragment
)
[]
|
null
;
tiersMode
?:
TiersMode
|
null
;
}
Index
Properties
__
typename?
billing
Country
Code?
billing
Id?
billing
Model
billing
Period
feature?
price?
tiers?
tiers
Mode?
Properties
Optional
__
typename
__typename
?:
"Price"
Optional
billing
Country
Code
billingCountryCode
?:
string
|
null
Optional
billing
Id
billingId
?:
string
|
null
billing
Model
billingModel
:
BillingModel
billing
Period
billingPeriod
:
BillingPeriod
Optional
feature
feature
?:
|
{
__typename
?:
"Feature"
;
description
?:
string
|
null
;
displayName
:
string
;
featureUnits
?:
string
|
null
;
featureUnitsPlural
?:
string
|
null
;
refId
:
string
;
}
|
null
Optional
price
price
?:
{
__typename
?:
"Money"
;
amount
:
number
;
currency
:
Currency
}
|
null
Optional
tiers
tiers
?:
(
{
__typename
?:
"PriceTier"
}
&
PriceTierFragment
)
[]
|
null
Optional
tiers
Mode
tiersMode
?:
TiersMode
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
billing
Country
Code
billing
Id
billing
Model
billing
Period
feature
price
tiers
tiers
Mode
@stigg/js-client-sdk - v4.12.0
Loading...