OrderAffiliateId Property |
The ID of the affiliate where the order is coming from.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string AffiliateId { get; }
Public ReadOnly Property AffiliateId As String
Get
public:
property String^ AffiliateId {
String^ get ();
}
member AffiliateId : string with get
Property Value
Type:
String
See Also