Constructors
constructor
- new Client(accountID, licenseKey, timeout?, host?): Client
Parameters
- accountID: string
- licenseKey: string
- timeout: number = 3000
- host: string = 'minfraud.maxmind.com'
Methods
factors
- factors(transaction): Promise<Factors>
Returns Promise<Factors>
insights
- insights(transaction): Promise<Insights>
Returns Promise<Insights>
reportTransaction
- reportTransaction(report): Promise<void>
Returns Promise<void>
score
- score(transaction): Promise<Score>
Returns Promise<Score>