import { SupplierAddressXP } from './SupplierAddressXP'; export interface MarketplaceAddressSupplier { xp?: SupplierAddressXP; ID?: string; readonly DateCreated?: string; CompanyName?: string; FirstName?: string; LastName?: string; Street1?: string; Street2?: string; City?: string; State?: string; Zip?: string; Country?: string; Phone?: string; AddressName?: string; }