Class Address
Inheritance
System.Object
Address
Namespace: anybill.POS.Client.Models.Store
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Address
Properties
City
City of the address.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
Country of the address.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Street number of the address.
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Street
Street name of the address.
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Zip
Zip code / postal code of the address.
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
System.String |