type FraudDetection = {
    enable_fraud_system: boolean;
    fraud_profile_name: string;
    fraud_detection_system_api_url: string;
    pre_check_fraud_detection_system: boolean;
    fraud_amount_greater_than: string;
    merchant_business_types: string;
    no_security_data_to_validate: boolean;
    reject_transaction_score: boolean;
    reject_transaction_score_amount: string;
};
export type { FraudDetection };
