Class Address#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.Address : xbe.sdk.Object#

Describes a physical mailing address.

REQUIRES: Purchasing Services

Public Functions

Address ()#
Address (Object obj)

Properties

string Address1 { get; set; }#

The first line of the address (typically street).

string Address2 { get; set; }#

The second line of the address (typically suite, apt, unit).

string City { get; set; }#

The name of the city.

string State { get; set; }#

The name of the state or province.

string Country { get; set; }#

The code for the country of origin.

string Zip { get; set; }#

The postal code of the address.

Public Static Functions

new Address Parse (string json)#

Parses the given JSON encoded string into a new Address instance.

Param json:

Return: