Click or drag to resize

WebServiceClientFactorsAsync Method

Asynchronously query Factors endpoint with transaction data

Namespace:  MaxMind.MinFraud
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Task<Factors> FactorsAsync(
	Transaction transaction
)

Parameters

transaction
Type: MaxMind.MinFraud.RequestTransaction
Object containing the transaction data to be sent to the minFraud web service.

Return Value

Type: TaskFactors
Task that produces an object modeling the minFraud Factors response data
See Also