import { BuyerAddressXP } from './BuyerAddressXP'; export interface MarketplaceAddressBuyer { xp?: BuyerAddressXP; 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; }