Table of Contents

Class Address

Namespace
anybill.POS.Client.Models.Store
Assembly
anybill.POS.Client.Abstractions.dll
public class Address
Inheritance
Address
Inherited Members

Properties

City

City of the address.

public string City { get; set; }

Property Value

string

Country

Country of the address.

public string Country { get; set; }

Property Value

string

CountryCode

Country code of the address in ISO 3166-1 alpha-3 format.

public string CountryCode { get; set; }

Property Value

string

Number

Street number of the address.

public string Number { get; set; }

Property Value

string

Street

Street name of the address.

public string Street { get; set; }

Property Value

string

Zip

Zip code / postal code of the address.

public string Zip { get; set; }

Property Value

string