ShippingAddress Class

Definition

Shipping address where customer wishes to receive the device.

public class ShippingAddress
type ShippingAddress = class
Public Class ShippingAddress
Inheritance
ShippingAddress

Constructors

ShippingAddress()

Initializes a new instance of the ShippingAddress class.

ShippingAddress(String, String, String, String, String, String, String, String, String, Nullable<AddressType>)

Initializes a new instance of the ShippingAddress class.

Properties

AddressType

Gets or sets type of address. Possible values include: 'None', 'Residential', 'Commercial'

City

Gets or sets name of the City.

CompanyName

Gets or sets name of the company.

Country

Gets or sets name of the Country.

PostalCode

Gets or sets postal code.

StateOrProvince

Gets or sets name of the State or Province.

StreetAddress1

Gets or sets street Address line 1.

StreetAddress2

Gets or sets street Address line 2.

StreetAddress3

Gets or sets street Address line 3.

ZipExtendedCode

Gets or sets extended Zip Code.

Methods

Validate()

Validate the object.

Applies to