MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Order Class

The order information for the transaction being sent to the web service.

Syntax

public sealed class Order

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Public Properties

[read-only]
AffiliateId string . The ID of the affiliate where the order is coming from.
[read-only]
Amount Nullable<decimal> . The total order amount for the transaction.
[read-only]
Currency string . The ISO 4217 currency code for the currency used in the transaction.
[read-only]
DiscountCode string . The discount code applied to the transaction. If multiple discount codes were used, please separate them with a comma.
[read-only]
HasGiftMessage Nullable<bool> . Whether the purchaser included a gift message.
[read-only]
IsGift Nullable<bool> . Whether order was marked as a gift by the purchaser.
[read-only]
ReferrerUri Uri . The URI of the referring site for this order.
[read-only]
SubaffiliateId string . The ID of the sub-affiliate where the order is coming from.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Order Constructor

Constructor.

Syntax

public Order (Nullable<decimal> amount, string currency, string discountCode, string affiliateId, string subaffiliateId, Uri referrerUri, Nullable<bool> isGift, Nullable<bool> hasGiftMessage)

Parameters

amount
The total order amount for the transaction.
currency
The ISO 4217 currency code for the currency used in the transaction.
discountCode
The discount code applied to the transaction. If multiple discount codes were used, please separate them with a comma.
affiliateId
The ID of the affiliate where the order is coming from.
subaffiliateId
The ID of the sub-affiliate where the order is coming from.
referrerUri
The URI of the referring site for this order.
isGift
Whether order was marked as a gift by the purchaser.
hasGiftMessage
Whether the purchaser included a gift message.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

AffiliateId Property

The ID of the affiliate where the order is coming from.

Syntax

[Newtonsoft.Json.JsonProperty("affiliate_id")]
public string AffiliateId { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Amount Property

The total order amount for the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("amount")]
public Nullable<decimal> Amount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Currency Property

The ISO 4217 currency code for the currency used in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("currency")]
public string Currency { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

DiscountCode Property

The discount code applied to the transaction. If multiple discount codes were used, please separate them with a comma.

Syntax

[Newtonsoft.Json.JsonProperty("discount_code")]
public string DiscountCode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

HasGiftMessage Property

Whether the purchaser included a gift message.

Syntax

[Newtonsoft.Json.JsonProperty("has_gift_message")]
public Nullable<bool> HasGiftMessage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IsGift Property

Whether order was marked as a gift by the purchaser.

Syntax

[Newtonsoft.Json.JsonProperty("is_gift")]
public Nullable<bool> IsGift { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ReferrerUri Property

The URI of the referring site for this order.

Syntax

[Newtonsoft.Json.JsonProperty("referrer_uri")]
public Uri ReferrerUri { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

SubaffiliateId Property

The ID of the sub-affiliate where the order is coming from.

Syntax

[Newtonsoft.Json.JsonProperty("subaffiliate_id")]
public string SubaffiliateId { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0