Interface IAddressInfo
- Namespace
- EcommerceApp.Api.Models
- Assembly
- EcommerceApp.Api.dll
public interface IAddressInfo
Properties
Address
string Address { get; set; }
Property Value
City
string City { get; set; }
Property Value
PhoneNumber
string PhoneNumber { get; set; }
Property Value
PostalCode
string PostalCode { get; set; }
Property Value
Street
string Street { get; set; }