@stigg/js-client-sdk - v4.12.0
Preparing search index...
CheckoutStateFragment
Type Alias CheckoutStateFragment
type
CheckoutStateFragment
=
{
__typename
?:
"CheckoutState"
;
activeSubscription
?:
|
{
__typename
?:
"CustomerSubscription"
}
&
SubscriptionFragment
|
null
;
billingIntegration
:
{
__typename
?:
"CheckoutBillingIntegration"
;
billingCredentials
:
|
{
__typename
?:
"AirwallexCheckoutCredentials"
}
&
AirwallexCheckoutCredentialsFragment
|
{
__typename
?:
"StripeCheckoutCredentials"
}
&
StripeCheckoutCredentialsFragment
|
{
__typename
?:
"ZuoraCheckoutCredentials"
}
&
ZuoraCheckoutCredentialsFragment
;
billingIdentifier
:
BillingVendorIdentifier
;
credentials
:
{
__typename
?:
"CheckoutCredentials"
;
accountId
?:
string
|
null
;
publicKey
?:
string
|
null
;
}
;
}
;
configuration
?:
|
{
__typename
?:
"CheckoutConfiguration"
}
&
CheckoutConfigurationFragment
|
null
;
customer
:
{
__typename
?:
"Customer"
}
&
CustomerFragment
;
plan
:
{
__typename
?:
"Plan"
}
&
PlanFragment
;
resource
?:
|
{
__typename
?:
"CustomerResource"
}
&
CustomerResourceFragment
|
null
;
setupSecret
:
string
;
}
Index
Properties
__
typename?
active
Subscription?
billing
Integration
configuration?
customer
plan
resource?
setup
Secret
Properties
Optional
__
typename
__typename
?:
"CheckoutState"
Optional
active
Subscription
activeSubscription
?:
|
{
__typename
?:
"CustomerSubscription"
}
&
SubscriptionFragment
|
null
billing
Integration
billingIntegration
:
{
__typename
?:
"CheckoutBillingIntegration"
;
billingCredentials
:
|
{
__typename
?:
"AirwallexCheckoutCredentials"
}
&
AirwallexCheckoutCredentialsFragment
|
{
__typename
?:
"StripeCheckoutCredentials"
}
&
StripeCheckoutCredentialsFragment
|
{
__typename
?:
"ZuoraCheckoutCredentials"
}
&
ZuoraCheckoutCredentialsFragment
;
billingIdentifier
:
BillingVendorIdentifier
;
credentials
:
{
__typename
?:
"CheckoutCredentials"
;
accountId
?:
string
|
null
;
publicKey
?:
string
|
null
;
}
;
}
Optional
configuration
configuration
?:
|
{
__typename
?:
"CheckoutConfiguration"
}
&
CheckoutConfigurationFragment
|
null
customer
customer
:
{
__typename
?:
"Customer"
}
&
CustomerFragment
plan
plan
:
{
__typename
?:
"Plan"
}
&
PlanFragment
Optional
resource
resource
?:
{
__typename
?:
"CustomerResource"
}
&
CustomerResourceFragment
|
null
setup
Secret
setupSecret
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
active
Subscription
billing
Integration
configuration
customer
plan
resource
setup
Secret
@stigg/js-client-sdk - v4.12.0
Loading...