interface StripeError<T> {
    code: T;
    message: string;
    localizedMessage?: string;
    declineCode?: string;
    stripeErrorCode?: string;
    type?: ErrorType;
}

Type Parameters

  • T

Properties

code: T
message: string
localizedMessage?: string
declineCode?: string
stripeErrorCode?: string
type?: ErrorType
MMNEPVFCICPMFPCPTTAAATR