Class Address#
Defined in File Address.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.Address : xbe.sdk.Object#
Describes a physical mailing address.
REQUIRES: Purchasing Services
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.