@stigg/js-client-sdk - v4.12.0
Preparing search index...
CreditEntitlement
Interface CreditEntitlement
interface
CreditEntitlement
{
accessDeniedReason
?:
AccessDeniedReason
;
currency
:
{
additionalMetaData
?:
Record
<
string
,
unknown
>
;
currencyId
:
string
;
description
?:
string
;
displayName
?:
string
;
unitPlural
?:
string
;
unitSingular
?:
string
;
}
;
currentUsage
:
number
;
hasAccess
:
boolean
;
hasSoftLimit
:
boolean
;
isFallback
:
boolean
;
remaining
:
number
;
usageLimit
:
number
;
usagePeriodEnd
?:
Date
;
}
Index
Properties
access
Denied
Reason?
currency
current
Usage
has
Access
has
Soft
Limit
is
Fallback
remaining
usage
Limit
usage
Period
End?
Properties
Optional
access
Denied
Reason
accessDeniedReason
?:
AccessDeniedReason
currency
currency
:
{
additionalMetaData
?:
Record
<
string
,
unknown
>
;
currencyId
:
string
;
description
?:
string
;
displayName
?:
string
;
unitPlural
?:
string
;
unitSingular
?:
string
;
}
current
Usage
currentUsage
:
number
has
Access
hasAccess
:
boolean
has
Soft
Limit
hasSoftLimit
:
boolean
is
Fallback
isFallback
:
boolean
remaining
remaining
:
number
usage
Limit
usageLimit
:
number
Optional
usage
Period
End
usagePeriodEnd
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Denied
Reason
currency
current
Usage
has
Access
has
Soft
Limit
is
Fallback
remaining
usage
Limit
usage
Period
End
@stigg/js-client-sdk - v4.12.0
Loading...