@stigg/node-server-sdk - v4.23.0

    Type Alias CheckoutStateFragment

    type CheckoutStateFragment = {
        __typename?: "CheckoutState";
        activeSubscription?:
            | { __typename?: "CustomerSubscription" } & SubscriptionFragment
            | null;
        billingIntegration: {
            __typename?: "CheckoutBillingIntegration";
            billingCredentials:
                | { __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?: "CheckoutState"
    activeSubscription?:
        | { __typename?: "CustomerSubscription" } & SubscriptionFragment
        | null
    billingIntegration: {
        __typename?: "CheckoutBillingIntegration";
        billingCredentials:
            | { __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
    MMNEPVFCICPMFPCPTTAAATR