UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

13 lines (12 loc) 419 B
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 };