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

    Type Alias PaymentSessionInput

    The billing payment session input

    type PaymentSessionInput = {
        billingCountryCode?: InputMaybe<Scalars["String"]>;
        customerId: Scalars["String"];
        planId: Scalars["String"];
    }
    Index

    Properties

    billingCountryCode?: InputMaybe<Scalars["String"]>

    The billing country code of the plan to create payment session

    customerId: Scalars["String"]

    Customer ID

    planId: Scalars["String"]

    The plan ID to create payment session

    MMNEPVFCICPMFPCPTTAAATR