@suluk/billing - v0.2.0
    Preparing search index...

    Type Alias TopupMeta

    The metadata tag the webhook reads to decide whether (and how) to credit a PaymentIntent.

    type TopupMeta = {
        userId: string;
        credits: number;
        taxCalculation?: string | null;
    }
    Index

    Properties

    userId: string
    credits: number
    taxCalculation?: string | null