OrderDiscountCode Property |
The discount code applied to the transaction. If multiple discount
codes were used, please separate them with a comma.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string DiscountCode { get; }
Public ReadOnly Property DiscountCode As String
Get
public:
property String^ DiscountCode {
String^ get ();
}
member DiscountCode : string with get
Property Value
Type:
String
See Also