Table of Contents

Interface IAddressInfo

Namespace
EcommerceApp.Api.Models
Assembly
EcommerceApp.Api.dll
public interface IAddressInfo

Properties

Address

string Address { get; set; }

Property Value

string

City

string City { get; set; }

Property Value

string

PhoneNumber

string PhoneNumber { get; set; }

Property Value

string

PostalCode

string PostalCode { get; set; }

Property Value

string

Street

string Street { get; set; }

Property Value

string