__typename
__typename: "PackageCreditEntitlement"
Optionalamount
amount?: number | null
customCurrency
customCurrency: {
__typename?: "CustomCurrency";
currencyId: string;
displayName: string;
symbol?: string | null;
units?:
| {
__typename?: "Units";
plural?: string
| null;
singular?: string | null;
}
| null;
}
customCurrencyId
customCurrencyId: string
OptionaldependencyFeature
dependencyFeature?: | { __typename?: "Feature"; description?: string | null; displayName: string; featureType: FeatureType; featureUnits?: string | null; featureUnitsPlural?: string | null; refId: string; } | null Optionaldescription
description?: string | null
OptionaldisplayNameOverride
displayNameOverride?: string | null
OptionalisCustom
isCustom?: boolean | null
isGranted
isGranted: boolean
Optionalorder
order?: number | null