Click or drag to resize
Shipping Class
The shipping information for the transaction being sent to the web service.
Inheritance Hierarchy

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class Shipping : Location

The Shipping type exposes the following members.

Constructors
  NameDescription
Public methodShipping
Constructor.
Top
Properties
  NameDescription
Public propertyAddress
The first line of the address.
(Inherited from Location.)
Public propertyAddress2
The second line of the address.
(Inherited from Location.)
Public propertyCity
The city associated with the address.
(Inherited from Location.)
Public propertyCompany
The company name associated with the address.
(Inherited from Location.)
Public propertyCountry
The ISO 3166-1 alpha-2 country code for the country associated with the address (e.g., "US")
(Inherited from Location.)
Public propertyDeliverySpeed
The shipping delivery speed for the order.
Public propertyFirstName
The first name associated with the address.
(Inherited from Location.)
Public propertyLastName
The last name associated with the address.
(Inherited from Location.)
Public propertyPhoneCountryCode
The phone number, without the country code, associated with the address.
(Inherited from Location.)
Public propertyPhoneNumber
The phone country code for the phone number associated with the address.
(Inherited from Location.)
Public propertyPostal
The postal code for associated with the address.
(Inherited from Location.)
Public propertyRegion
The ISO 3166-2 subdivision code for the region associated with the address.
(Inherited from Location.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides LocationToString.)
Top
See Also