BillingPaymentError: {
    details: string | null;
    message: string | null;
}

Type declaration

  • details: string | null

    More details on the payment error.

  • message: string | null

    Payment error message.