/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Enumerated category of the chargeback status codes based on the chargeback status code.
 * @export
 * @enum {string}
 */
export declare const ChargebackCategories: {
    readonly CanceledRecurringPayment: "Canceled Recurring Payment";
    readonly CustomerDispute: "Customer Dispute";
    readonly Fraudulent: "Fraudulent";
    readonly General: "General";
    readonly ProcessingError: "Processing Error";
    readonly NotDefined: "Not Defined";
};
export declare type ChargebackCategories = typeof ChargebackCategories[keyof typeof ChargebackCategories];
