TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias BillingPaymentError

    type BillingPaymentError = {
        details: string | null;
        message: string | null;
    }
    Index

    Properties

    Properties

    details: string | null

    More details on the payment error.

    message: string | null

    Payment error message.