@stigg/js-client-sdk - v4.12.0
    Preparing search index...

    Type Alias CheckoutBillingIntegration

    type CheckoutBillingIntegration = {
        billingCredentials:
            | StripeCheckoutCredentialsFragment
            | ZuoraCheckoutCredentialsFragment
            | AirwallexCheckoutCredentialsFragment;
        billingIdentifier: BillingVendorIdentifier;
        credentials: { accountId?: string
        | null; publicKey?: string | null };
    }
    Index

    Properties

    billingIdentifier: BillingVendorIdentifier
    credentials: { accountId?: string | null; publicKey?: string | null }