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

    Type Alias CustomerPortalBillingInformationFragment

    type CustomerPortalBillingInformationFragment = {
        __typename?: "CustomerPortalBillingInformation";
        defaultPaymentExpirationMonth?: number | null;
        defaultPaymentExpirationYear?: number | null;
        defaultPaymentMethodId?: string | null;
        defaultPaymentMethodLast4Digits?: string | null;
        defaultPaymentMethodType?: PaymentMethodType | null;
        email?: string | null;
        name?: string | null;
    }
    Index

    Properties

    __typename?: "CustomerPortalBillingInformation"
    defaultPaymentExpirationMonth?: number | null
    defaultPaymentExpirationYear?: number | null
    defaultPaymentMethodId?: string | null
    defaultPaymentMethodLast4Digits?: string | null
    defaultPaymentMethodType?: PaymentMethodType | null
    email?: string | null
    name?: string | null
    MMNEPVFCICPMFPCPTTAAATR