UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

20 lines (19 loc) 574 B
import { Model } from "./model"; export declare class GatewayErrorDetail extends Model { request_id?: string; error_category?: string; error_code?: string; error_message?: string; decline_code?: string; decline_message?: string; network_error_code?: string; network_error_message?: string; error_field?: string; recommendation_code?: string; recommendation_message?: string; processor_error_code?: string; processor_error_message?: string; error_cause_id?: string; } export declare namespace _gateway_error_detail { }