interface BuyerShipperInterface { OneWay: details( string) } interface BuyerSellerInterface { OneWay: quote( int) }