TransactionAccount Property  | 
 
                Account information for the transaction.
            
 
    Namespace: 
   MaxMind.MinFraud.Request
    Assembly:
   MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Account Account { get; }Public ReadOnly Property Account As Account
	Get
public:
property Account^ Account {
	Account^ get ();
}member Account : Account with get
Property Value
Type: 
Account
See Also