MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Shipping Class

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

Syntax

public sealed class Shipping : Location

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 Location.

Public Constructors

Public Properties

Address string . The first line of the address. (Inherited from Location.)
Address2 string . The second line of the address. (Inherited from Location.)
City string . The city associated with the address. (Inherited from Location.)
Company string . The company name associated with the address. (Inherited from Location.)
Country string . The ISO 3166-1 alpha-2 country code for the country associated with the address (e.g., "US") (Inherited from Location.)
[read-only]
DeliverySpeed Nullable<ShippingDeliverySpeed> . The shipping delivery speed for the order.
FirstName string . The first name associated with the address. (Inherited from Location.)
LastName string . The last name associated with the address. (Inherited from Location.)
PhoneCountryCode string . The phone number, without the country code, associated with the address. (Inherited from Location.)
PhoneNumber string . The phone country code for the phone number associated with the address. (Inherited from Location.)
Postal string . The postal code for associated with the address. (Inherited from Location.)
Region string . The ISO 3166-2 subdivision code for the region associated with the address. (Inherited from Location.)

Public Methods

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

Member Details

Shipping Constructor

Constructor.

Syntax

public Shipping (string firstName, string lastName, string company, string address, string address2, string city, string region, string country, string postal, string phoneNumber, string phoneCountryCode, Nullable<ShippingDeliverySpeed> deliverySpeed)

Parameters

firstName
The first name of the end user as provided in their shipping information.
lastName
The last name of the end user as provided in their shipping information.
company
The company of the end user as provided in their shipping information.
address
The first line of the user’s shipping address.
address2
The second line of the user’s shipping address.
city
The city of the user’s shipping address.
region
The ISO 3166-2 subdivision code for the user’s shipping address.
country
The two character ISO 3166-1 alpha-2 country code of the user’s shipping address.
postal
The postal code of the user’s shipping address.
phoneNumber
The phone number without the country code for the user’s shipping address.
phoneCountryCode
The country code for phone number associated with the user’s shipping address.
deliverySpeed
The shipping delivery speed for the 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

DeliverySpeed Property

The shipping delivery speed for the order.

Syntax

[Newtonsoft.Json.JsonProperty("delivery_speed")]
public Nullable<ShippingDeliverySpeed> DeliverySpeed { 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