Mayson Monorepo Documentation
    Preparing search index...
    interface Card {
        brand: string;
        case_type: CaseType;
        network_reason_code: string;
    }
    Index

    Properties

    brand: string

    Card brand. Can be amex, cartes_bancaires, diners, discover, eftpos_au, jcb, link, mastercard, unionpay, visa or unknown.

    case_type: CaseType

    The type of dispute opened. Different case types may have varying fees and financial impact.

    network_reason_code: string

    The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance. The Network code map lists all available dispute reason codes by network.