@stigg/js-client-sdk - v4.12.0
Preparing search index...
SubscriptionQueryFragment
Type Alias SubscriptionQueryFragment
type
SubscriptionQueryFragment
=
{
__typename
?:
"SubscriptionQuery"
;
addons
?:
|
{
__typename
?:
"SubscriptionAddon"
;
addon
:
{
__typename
?:
"Addon"
;
addonId
:
string
}
;
quantity
:
number
;
}
[]
|
null
;
currentBillingPeriodEnd
?:
any
|
null
;
customer
:
{
__typename
?:
"Customer"
;
customerId
:
string
}
;
payingCustomer
?:
{
__typename
?:
"Customer"
;
customerId
:
string
}
|
null
;
plan
:
{
__typename
?:
"Plan"
;
displayName
:
string
;
planId
:
string
}
;
pricingType
:
PricingType
;
resource
?:
{
__typename
?:
"CustomerResource"
;
resourceId
:
string
}
|
null
;
startDate
:
any
;
status
:
SubscriptionStatus
;
subscriptionId
:
string
;
trialConfiguration
?:
|
{
__typename
?:
"TrialConfiguration"
;
trialEndBehavior
:
TrialEndBehavior
;
}
|
null
;
trialEndDate
?:
any
|
null
;
}
Index
Properties
__
typename?
addons?
current
Billing
Period
End?
customer
paying
Customer?
plan
pricing
Type
resource?
start
Date
status
subscription
Id
trial
Configuration?
trial
End
Date?
Properties
Optional
__
typename
__typename
?:
"SubscriptionQuery"
Optional
addons
addons
?:
|
{
__typename
?:
"SubscriptionAddon"
;
addon
:
{
__typename
?:
"Addon"
;
addonId
:
string
}
;
quantity
:
number
;
}
[]
|
null
Optional
current
Billing
Period
End
currentBillingPeriodEnd
?:
any
|
null
customer
customer
:
{
__typename
?:
"Customer"
;
customerId
:
string
}
Optional
paying
Customer
payingCustomer
?:
{
__typename
?:
"Customer"
;
customerId
:
string
}
|
null
plan
plan
:
{
__typename
?:
"Plan"
;
displayName
:
string
;
planId
:
string
}
pricing
Type
pricingType
:
PricingType
Optional
resource
resource
?:
{
__typename
?:
"CustomerResource"
;
resourceId
:
string
}
|
null
start
Date
startDate
:
any
status
status
:
SubscriptionStatus
subscription
Id
subscriptionId
:
string
Optional
trial
Configuration
trialConfiguration
?:
|
{
__typename
?:
"TrialConfiguration"
;
trialEndBehavior
:
TrialEndBehavior
;
}
|
null
Optional
trial
End
Date
trialEndDate
?:
any
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
addons
current
Billing
Period
End
customer
paying
Customer
plan
pricing
Type
resource
start
Date
status
subscription
Id
trial
Configuration
trial
End
Date
@stigg/js-client-sdk - v4.12.0
Loading...